JSFiddle - React, Tailwind, and code Playground
HTML
<div id="rotate-text">
TAGS
</div>
CSS
#rotate-text {
-webkit-transform: rotate(270deg);
height: 50px;
width: 50px;
background: #CCC;
}
<div id="rotate-text">
TAGS
</div>
#rotate-text {
-webkit-transform: rotate(270deg);
height: 50px;
width: 50px;
background: #CCC;
}