Problem: Delightful empty.

Solution#

html
<div class="grid place-items-center py-24 text-center">
  <p class="text-6xl">🎉</p>
  <h2 class="mt-4 text-xl font-bold">Inbox zero</h2>
  <p class="mt-1 text-sm text-slate-500">You’ve reviewed everything.</p>
</div>

Why this works#

Celebrate completion states.

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