Tailwind CSS List Group
Tailwind CSS List groups is a versatile way to display a series of content. Build it with badges, counters, statuses, highlighted footers, icons, buttons and more.
Default list group
Start with a stacked list of bordered items for simple grouped content.
Linked items
Use <a> elements for navigational list items with hover, disabled, and active states.
Flush list group
Remove outer borders and corner radius so items sit flush inside cards or panels.
Without horizontal padding
Remove left and right padding for a tighter edge-to-edge list layout.
Horizontal layout
Arrange list group items in a row instead of stacking them vertically.
On smaller screens, the layout falls back to a vertical stack.
List items with badges
Add trailing badges to show unread counts, status, or item totals.
Download list
Use this pattern for file lists with truncated names and inline download actions.