Problem: Pill above the headline.

Solution#

html
<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

cookbook/index|Cookbook index · utilities/index|Utilities reference · patterns/index|Layout patterns