Problem: Read-only stars.

Solution#

html
<div class="flex text-amber-400">★★★★<span class="text-slate-300">★</span></div>

Why this works#

Two colors split the rating; add text-sm for compact rows.

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