Pseudo-element variants (content comes from the content utility).
Example#
<span class="before:content-['★'] before:text-amber-400">Rated</span>Stacking#
Prefix order is screens → variants → utility. These variants combine with every screen (sm: md: lg: xl:…) and with each other.
Best practices#
- Arbitrary content: before:content-['→']
- selection: brands your text highlight
Related#
variants/index|Variants hub · responsive/index|Responsive · utilities/index|Utilities
