Flexbox & Grid

flex-grow to Tailwind

Only 0 and 1 have named utilities; any other growth factor needs an arbitrary value like grow-[2].

The 2 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 flex-grow.

flex-grow values and their classes

CSSTailwind
flex-grow: 0;grow-0
flex-grow: 1;grow

Values that are not on the scale

Anything without a named class is written as an arbitrary value in square brackets. The converter falls back to this rather than rounding your CSS to the nearest class, because silently changing a value is worse than an ugly class name.

grow-[your value]

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