Flexbox & Grid

justify-self to Tailwind

Becomes justify-self-*, overriding the grid container inline-axis alignment for one item.

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-self.

justify-self values and their classes

CSSTailwind
justify-self: auto;justify-self-auto
justify-self: center;justify-self-center
justify-self: flex-end;justify-self-end
justify-self: flex-start;justify-self-start
justify-self: safe center;justify-self-center-safe
justify-self: safe flex-end;justify-self-end-safe
justify-self: stretch;justify-self-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