JSFiddle - React, Tailwind, and code Playground
HTML
<table><tr><th>z 44</th></tr><tr><td>aesegs</td></tr></table>
CSS
th {
display: inline-block;
writing-mode: vertical-lr;
}
<table><tr><th>z 44</th></tr><tr><td>aesegs</td></tr></table>
th {
display: inline-block;
writing-mode: vertical-lr;
}