The selection: variant styles highlighted text: selection:bg-blue-500 selection:text-white.
Classes#
reference
<p class="selection:bg-fuchsia-300 selection:text-fuchsia-900">Highlight me</p>Example#
example
<p class="selection:bg-fuchsia-300 selection:text-fuchsia-900">Highlight me</p>Responsive & variants#
Every class here accepts screen prefixes (xxs: … 5xl:) and state variants — md:hover:p-4 style stacks compile to a single media query. See responsive/index|Responsive design and variants/index|Variants.
Best practices#
- Brand your selection color — subtle, delightful detail
Related#
colors/index|Text color · utilities/typography/font-size|Font size
