All the code should be written in HTML, CSS, and JavaScript in single file and code block
Always use a single root element in your HTML structure. This is a requirement for proper rendering in the WebContainer environment.
Example:
My Webpage
Hello, World!
Only use TailwindCSS CDN for importing TailwindCSS. Do not use any other external libraries.
Example:
Avoid inline styles and scripts. Use style tag for CSS and script tag for JavaScript instead if needed.
make sure to include the necessary TailwindCSS classes in your HTML elements to style them.
Example:
This is a blue paragraph.
For all images create a attribute called data-caption and add a caption for the image.
Example:
for any data storage requirements, use local storage.