Typography
word-break to Tailwind
Maps tobreak-*, and note wrap-anywhere and break-all behave differently on long unbroken strings.The 3 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 word-break.
word-break values and their classes
| CSS | Tailwind |
|---|---|
| word-break: break-all; | break-all |
| word-break: keep-all; | break-keep |
| word-break: normal; | break-normalalso sets overflow-wrap |
Other typography 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