User Tutorial

Learn how to easily convert your HTML code into beautiful images with Tailwind CSS support.

1. Write or Paste Your HTML Code

In the editor, type or paste your HTML code. You can include Tailwind CSS classes directly in your elements to style them instantly.

<div class="bg-blue-500 text-white p-4 rounded">
  Hello, HTML to Image Converter!
</div>
HTML editor screenshot

2. Apply Custom CSS (Optional)

Add your own CSS styles if needed. Paste your CSS into the CSS editor, and it will be applied to your HTML preview.

.custom-text {
  color: #F8C200;
  font-size: 1.5rem;
}
CSS editor screenshot

3. Preview Your Design

The live preview updates instantly as you type. This lets you see exactly how your final image will look.

Live preview screenshot

4. Export Your Image

Choose your desired format: PNG, JPG, SVG, or WebP. You can also set a custom resolution before downloading.

Export menu screenshot

5. Upload HTML Files (Optional)

You can also upload an HTML file directly, and it will be loaded into the editor automatically.

File upload screenshot

Tips for Best Results