Tailwind CSS Badge, Label, Chip
Browse Tailwind badges (often referred to as labels or chips) - small rounded or pilled tags, status/category indicators or a visual cue. May come with avatar or counter, be removable or animated.
White color variants
Use white-filled badges with subtle borders for a clean, neutral style.
Rounded badges
Use border-radius utilities to give badges softer corners or pill-shaped edges.
Truncated badge
Use truncate when a badge has to fit within a fixed width.
Avoid truncation wherever possible by using shorter text in badges. The truncated text is not focusable or accessible.
Badge with avatar
Combine an avatar, label, and optional dismiss action in a single chip.
Positioned badge
Anchor a badge to the corner of another element, such as an icon button or avatar.
Dot badge
Use a small dot badge when you need a notification state without a numeric count.
Ping
Add the animate-ping utility to make an element scale and fade like a radar ping or ripple of water — useful for things like notification badges.