Skip to main content

Tailwind to CSS Converter

Convert Tailwind utility classes to vanilla CSS instantly.
Paste your classes and get the equivalent CSS code.

CSS will appear here...
Enter Tailwind classes to see conversion details

How it works

Utility Classes

Standard Tailwind utilities like flex, p-4, text-center are converted to their CSS equivalents.

Arbitrary Values

Values in brackets like w-[350px], bg-[#1a1a1a] are extracted directly.

State Variants

Prefixes like hover:, md: are stripped. Use the base class for conversion.