Tailwind CSS Navs
Build static Tailwind CSS nav components with underline links, icons, badges, vertical nav, pill tabs, scrollable nav, fill, and equal-width styles.
Default nav
Use the base nav styles as a flexible starting point for links, tabs, or inline navigation.
List-based nav
Use <ul> or <ol> markup when navigation items should be presented as an ordered or unordered list.
Nav styles
Mix modifiers and utilities to build underline tabs, pills, segmented navs, and other navigation patterns.
Underline tabs
Use underline tabs for simple section switching with a lightweight active state.
Card-style tabs
Use card-style tabs for a more contained, panel-like navigation treatment.
Underline bar tabs
Use an underline bar to create a stronger active indicator beneath each item.
Stone pill tabs
Use neutral pill tabs for low-contrast navigation on light or muted surfaces.
Fill and justify nav
Stretch nav items across the available width while letting each item size to its content.
Using <ul>-based navigation.
Equal-width nav items
Make every nav item the same width while still filling the full row.