This example shows a common use case for `flex justify-between`: a header with a logo on the left and navigation links on the right.
The `div` with `MyLogo` and the `nav` element are direct children of the `flex` container. `justify-between` pushes them to opposite ends.