Flexbox & Grid

place-content to Tailwind

The content-distribution shorthand, mapping to place-content-*.

The 10 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 place-content.

place-content values and their classes

CSSTailwind
place-content: baseline;place-content-baseline
place-content: center;place-content-center
place-content: end;place-content-end
place-content: safe center;place-content-center-safe
place-content: safe end;place-content-end-safe
place-content: space-around;place-content-around
place-content: space-between;place-content-between
place-content: space-evenly;place-content-evenly
place-content: start;place-content-start
place-content: stretch;place-content-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