Layout
float to Tailwind
Float keywords map one-to-one, withfloat-start and float-end as the direction-aware pair.The 5 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 float.
float values and their classes
| CSS | Tailwind |
|---|---|
| float: inline-end; | float-end |
| float: inline-start; | float-start |
| float: left; | float-left |
| float: none; | float-none |
| float: right; | float-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