JSFiddle - React, Tailwind, and code Playground
by jamna
HTML
<p class="rotate> this is rotation</p>
CSS
.rotate {
/* Firefox */
-moz-transform: rotate(-90deg);
}
by jamna
<p class="rotate> this is rotation</p>
.rotate {
/* Firefox */
-moz-transform: rotate(-90deg);
}