Problem: Check/cross grid.

Solution#

html
<table class="w-full text-sm text-center">
  <thead><tr><th class="text-left">Feature</th><th>Free</th><th>Pro</th></tr></thead>
  <tbody class="divide-y"><tr><td class="py-2 text-left">SSO</td><td>—</td><td class="text-emerald-500">✓</td></tr></tbody>
</table>

Why this works#

Check/dash columns per tier.

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