Problem: Iconed event list.

Solution#

html
<ol class="space-y-4">
  <li class="flex gap-3 text-sm"><span class="grid size-8 shrink-0 place-items-center rounded-full bg-blue-100">📦</span><div><p><b>Ayesha</b> deployed <b>v3.1</b></p><time class="text-xs text-slate-500">2 min ago</time></div></li>
</ol>

Why this works#

Icon well + rich text + relative time.

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