Pseudo-element variants (content comes from the content utility).

Example#

html
<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

variants/index|Variants hub · responsive/index|Responsive · utilities/index|Utilities