JSFiddle - React, Tailwind, and code Playground

HTML

<div id='wrap'>
    <h2>Title of this page</h2>
    <p>Some content Please read the documentation.
        For updates please follow our blog, tweets or become a fan.</p>
    
    <p>Some content Please read the documentation.
        For updates please follow our blog, tweets or become a fan.</p>
    
    <p>Some content Please read the documentation.
        For updates please follow our blog, tweets or become a fan.</p>
</div>

CSS

h2 {
    font-size: 130%;
    font-weight:bold;
}

#wrap {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);   
    width: 300px;
    margin: 50px;
}