Check out this demo I just made of Claude 3.5 Sonnet making an HTML form with tailwind.

Note how I had to tell it the CDN link to tailwind v2. That's because 1) it can't use tailwind v3's script-based CDN thingy, and 2) it usually tries to use jsdelivr.com CDN which doesn't work for some reason.

(for copy paste the link is: https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.2.19/tailwind.min.css

#claude #llm #ai #html #tailwind #css