JSFiddle - React, Tailwind, and code Playground

HTML

<div class="content">
    This is my text
</div>

CSS

.content
{
    width:80px;
    height:150px;    
    background-color:#aeaeae;
}