...

/

A Tour of the Prefixes

A Tour of the Prefixes

Learn how to customize Tailwind by using prefixes and group properties.

We'll cover the following...

Tailwind prefixes

Here is a quick tour of Tailwind prefixes We have left out a couple that do not have full browser support:

  • active: Applies when the element is active.
  • checked: Applies if the checkbox or radio button has been checked.
  • dark: Applies if Tailwind thinks it’s in dark mode.
  • disabled: Applies when the element is disabled.
  • focus: Applies when the element has focus, as in
...