Usage
Use Tailwind CSS to assign styles (e.g. border-radius).
Use Tailwind CSS to assign alignment (e.g. margin auto, align-items, justify-content).
Use .inline-flex
and flex-direction to stack. Use .flex-auto
to expand items to fill width.
This demos use list see documentation for more info.
For accessibility purpose use
<nav></nav>
with an accessible name assigning[aria-label]
or[aria-labelledby]
.