JSFiddle - React, Tailwind, and code Playground
by brigand
HTML
<div style="width: 100%; height: 240px; background-color: #f00;">
<div id="target">sm</div>
</div>
CSS
#target {
width: 100px;
height: 100px;
background-color: #00000066;
}
by brigand
<div style="width: 100%; height: 240px; background-color: #f00;">
<div id="target">sm</div>
</div>
#target {
width: 100px;
height: 100px;
background-color: #00000066;
}