JSFiddle - React, Tailwind, and code Playground

HTML

<body>

    <h1>Testcontent</h1>

    <div style="background-color:gray; width:50px; height: 300px">
        <svg width="50" height="300">
            <text x="28" y="150" transform="rotate(-90, 28, 150)" style="text-anchor:middle; font-size:14px">This text is vertical</text>
        </svg>
    </div>

  </body>