JSFiddle - React, Tailwind, and code Playground
HTML
<div id="q">
<div id ="w">
</div>
</div>
CSS
#q {
width: 500px;
height: 500px;
}
#w {
width: 50px;
height: 50px;
}
<div id="q">
<div id ="w">
</div>
</div>
#q {
width: 500px;
height: 500px;
}
#w {
width: 50px;
height: 50px;
}