JSFiddle - React, Tailwind, and code Playground

by alexseroshtan

HTML

<div id="rotate-text">
    TAGS
</div>

CSS

#rotate-text {
    -webkit-transform: rotate(270deg);
    height: 50px;
    width: 50px;
    background: #CCC;
}