Developer Utilities · Free tool
Tailwind to CSS
Paste Tailwind class names and get the underlying CSS rules. Useful for emails, PDFs, and non-Tailwind codebases.
Updated April 2026
.element {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 16px;
padding: 8px 0;
background-color: white;
border-radius: lg;
font-size: 14px;
font-weight: 600;
}What it does
Reverse of css-to-tailwind: paste Tailwind classes, get the CSS they compile to. Handy when debugging or moving off Tailwind.
How to use it
- Paste a list of Tailwind classes.
- Read the CSS output.
- Copy the result.