Distributes items evenly; the first item is at the start, and the last item is at the end.
Distributes items evenly with equal space around each item. Note that the space at the ends is half the size of the space between items.
Distributes items evenly with equal space around each item, including the ends.
Note:
The examples above use `flex` (which defaults to `flex-row`). The `justify-*` classes are controlling the spacing along the main (horizontal) axis.