JSFiddle - React, Tailwind, and code Playground
HTML
<div id="main">
<div id="content">
</div>
</div>
CSS
#main{
height: 300px;
color: red;
width: 200px;
}
<div id="main">
<div id="content">
</div>
</div>
#main{
height: 300px;
color: red;
width: 200px;
}