Skip to content
Free Tool Arena

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

  1. Paste a list of Tailwind classes.
  2. Read the CSS output.
  3. Copy the result.