Layout

clear to Tailwind

Mirrors float: the same keywords, the same logical clear-start / clear-end additions.

The 6 mappings below are read straight out of Tailwind v4.3.3, not maintained by hand, so this is what the converter will actually produce for clear.

clear values and their classes

CSSTailwind
clear: both;clear-both
clear: inline-end;clear-end
clear: inline-start;clear-start
clear: left;clear-left
clear: none;clear-none
clear: right;clear-right

Other layout properties

Converting a whole stylesheet?

Paste it into the converter and get every rule at once, shorthands expanded, media queries turned into breakpoint variants, and the parts that have no Tailwind equivalent flagged rather than dropped.

Open the converter