Flexbox & Grid
justify-items to Tailwind
Becomesjustify-items-*, a grid-only property that sets inline-axis alignment for every cell.The 7 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 justify-items.
justify-items values and their classes
| CSS | Tailwind |
|---|---|
| justify-items: center; | justify-items-center |
| justify-items: end; | justify-items-end |
| justify-items: normal; | justify-items-normal |
| justify-items: safe center; | justify-items-center-safe |
| justify-items: safe end; | justify-items-end-safe |
| justify-items: start; | justify-items-start |
| justify-items: stretch; | justify-items-stretch |
Other flexbox & grid 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