Backgrounds

background-clip to Tailwind

Maps to bg-clip-*, with bg-clip-text the one used for gradient text.

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 background-clip.

background-clip values and their classes

CSSTailwind
background-clip: border-box;bg-clip-border
background-clip: content-box;bg-clip-content
background-clip: padding-box;bg-clip-padding
background-clip: text;bg-clip-text

Other backgrounds 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