Problem: Marker effect.
Solution#
<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
Related recipes#
cookbook/index|Cookbook index · utilities/index|Utilities reference · patterns/index|Layout patterns
