← Tailwind CSS classes list

Tailwind CSS class: .rotate-0

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

Preview

0

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

More in Tailwind CSS Transform