JSFiddle - React, Tailwind, and code Playground

by Cguroo

HTML

<p class="vericaltext">
Hi This is Vertical Text!
</p>

CSS

.vericaltext{
    width:1px;
    word-wrap: break-word;
    font-family: monospace /* this is just for good looks */
}