Tailwind Class Sorter
Sort Tailwind CSS class strings in the recommended Prettier plugin order.
Paste your raw tailwind CSS classes here. Whitespace will be normalized.
Original Classes
19
Sorted Classes
19
Duplicates Removed
0
Payload Size (Bytes)
210 → 210
Sort Order Groups (Recommended Prettier Order)
Tailwind Class Sorter — organize Tailwind classes in Prettier plugin order
The prettier-plugin-tailwindcss automatically sorts Tailwind utility classes into a consistent order based on their CSS property groups. This makes diffs cleaner, code reviews easier, and long class strings more scannable at a glance. The ordering follows the same logical progression as the CSS cascade: layout and positioning first, then box model, spacing, typography, colors, borders, effects, and finally transitions. This tool applies the same grouping logic client-side so you can sort any class string without needing Prettier installed.
Private & free — this tool runs entirely in your browser.