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>
Hello, HTML to Image Converter!
</div>

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;
}
color: #F8C200;
font-size: 1.5rem;
}

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

4. Export Your Image
Choose your desired format: PNG, JPG, SVG, or WebP. You can also set a custom resolution before downloading.
- PNG: High-quality transparent background
- JPG: Compressed image for smaller file size
- SVG: Scalable vector graphic
- WebP: Modern format with good compression

5. Upload HTML Files (Optional)
You can also upload an HTML file directly, and it will be loaded into the editor automatically.

Tips for Best Results
- Ensure your HTML/CSS code is valid to avoid rendering issues.
- Use Tailwind classes for quick styling without writing extra CSS.
- For external fonts or images, make sure the URLs are publicly accessible.