JSFiddle - React, Tailwind, and code Playground

by Nagaraj Tantri

HTML

<table>
    <tbody>
        <tr>
            <td class="vertical-text" >V  t e x t t t t t t</td>
        </tr>
    </tbody>
</table>

CSS

.vertical-text {
    width:1px;
    font-family: monospace; /* this is just for good looks */
    white-space: pre-wrap;/* this is for displaying whitespaces including Firefox */
}