Flexbox & Grid

align-self to Tailwind

Becomes the self-* family, for overriding the container alignment on one child.

The 9 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 align-self.

align-self values and their classes

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