JSFiddle - React, Tailwind, and code Playground

by jamna

HTML

<p class="rotate> this is rotation</p>

CSS

.rotate {

/* Firefox */
-moz-transform: rotate(-90deg);
}