Problem: Marker effect.

Solution#

html
<p>Search for <mark class="rounded bg-amber-200 px-1">nakshora</mark> in the docs.</p>

Why this works#

mark styling for search hits.

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