Problem: Info/warn/success callouts.

Solution#

html
<div class="flex gap-3 rounded-xl border border-blue-200 bg-blue-50 p-4 text-sm text-blue-800">
  <span>ℹ️</span><div>Note callout content.</div>
</div>

Why this works#

Tinted trio (border/bg/text) per semantic color.

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