Flexbox
Tailwind CSS Flexbox
Use responsive flexbox component to control the initial size of flex items, how flex items grow and shrink
Basis
Use the basis-{size}
utilities to set the initial size of
flex items.
01
02
03
Grid
Use the grid-cols-{n}
utilities to create grids with n
equally sized columns.
01
02
03
04
05
06
07
08
09
Rows
Use the row-span-{n}
utilities to make an element span n rows
01
02
03