JSFiddle - React, Tailwind, and code Playground
HTML
<outer class = "outer-div">
</outer>
CSS
#outer
{
background-color : #cccccc;
width:600;
height:300;
}
<outer class = "outer-div">
</outer>
#outer
{
background-color : #cccccc;
width:600;
height:300;
}