One
Two
Three
.box { display: flex; writing-mode: horizontal-tb; }
<div class="box"> <div>One</div> <div>Two</div> <div>Three</div> </div>