Badges
TailwindProvides a robust set of badge styles
Stylesheets
Package
Source
Docs
Examples
Skeleton
♥
Complete
Skeleton
💀
♥
Favorite
Skeleton
SupSkeleton
Sub50k
Usage
Apply to any inline element, such as a span or anchor tag.
<span class="badge bg-primary-500">Skeleton</span>
Badge Icon
A compact circular variation badge style.
<span class="badge-icon bg-primary-500">💀</span>
Overlapping Icon
Use Tailwind utility classes to create overlapping elements.
<div class="relative inline-block">
<span class="badge-icon bg-primary-500 absolute -top-1 -right-1 z-10">💀</span>
<Avatar />
</div>