Interactivity
user-select to Tailwind
Four utilities under theselect-* prefix.The 4 mappings below are read straight out of Tailwind v4.3.3, not maintained by hand, so this is what the converter will actually produce for user-select.
user-select values and their classes
| CSS | Tailwind |
|---|---|
| user-select: all; | select-allalso sets -webkit-user-select |
| user-select: auto; | select-autoalso sets -webkit-user-select |
| user-select: none; | select-nonealso sets -webkit-user-select |
| user-select: text; | select-textalso sets -webkit-user-select |
Other interactivity properties
Converting a whole stylesheet?
Paste it into the converter and get every rule at once, shorthands expanded, media queries turned into breakpoint variants, and the parts that have no Tailwind equivalent flagged rather than dropped.
Open the converter