Layout
Container: container
Box Sizing: box-border | box-content
Display: block | inline-block | inline | flex | grid
Flexbox:
Flex Direction: flex-row | flex-row-reverse | flex-col | flex-col-reverse
Justify Content: justify-start | justify-end | justify-center | justify-between | justify-around
Align Items: items-start | items-end | items-center | items-baseline | items-stretch
Flex Wrap: flex-wrap | flex-wrap-reverse | flex-nowrap