← Tailwind CSS classes list

Tailwind CSS class: .-rotate-90

<div class="-rotate-90 transform bg-teal-400 p-4 m-6 inline-flex">-90</div>

Preview

-90

Check .-rotate-90 in a real project

Click one of the examples listed below to open the Shuffle Visual Editor with the UI library that uses the selected component.

CSS source

.-rotate-90 { --transform-rotate: -90deg; }

More in Tailwind CSS Transform