Problem: New/updated corner.

Solution#

html
<div class="relative rounded-xl border p-6">
  <span class="absolute -top-2 -right-2 rounded-full bg-fuchsia-500 px-2 py-0.5 text-xs text-white shadow">NEW</span>
  Content
</div>

Why this works#

Absolute pill on the corner.

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