JSFiddle - React, Tailwind, and code Playground
HTML
<div class="content">
This is my text
</div>
CSS
.content
{
width:80px;
height:150px;
background-color:#aeaeae;
}
<div class="content">
This is my text
</div>
.content
{
width:80px;
height:150px;
background-color:#aeaeae;
}