← Tailwind CSS classes list

Tailwind CSS class: .rotate-180

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

Preview

180

Check .rotate-180 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-180 { --transform-rotate: 180deg; }

More in Tailwind CSS Transform