JSFiddle - React, Tailwind, and code Playground

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 */
    white-space: pre-wrap;/* this is for displaying whitespaces including Firefox */
}