Problem: Pill above the headline.
Solution#
<span class="inline-flex items-center gap-2 rounded-full border bg-white px-3 py-1 text-xs shadow-sm">✨<span>New: v3.1 released</span><span class="text-blue-600 font-medium">Read →</span></span>Why this works#
Bordered pill with action hint.
Variants#
- Responsive: add screen prefixes to the core classes
- Dark: pair each color utility with its dark: twin
- Animated: add
transition+ a state variant for motion
Related recipes#
cookbook/index|Cookbook index · utilities/index|Utilities reference · patterns/index|Layout patterns
