JSFiddle - React, Tailwind, and code Playground
by rafalry
HTML
<div class="container">
<div class="inner1">x</div>
<div class="inner1">x</div>
</div>
CSS
.inner1 {
width: 40px;
height: 40px;
background-color:red;
}
.container {
padding: 10px;
background-color: yellow;
position: absolute;
}