JSFiddle - React, Tailwind, and code Playground
HTML
<div id="uno"></div>
<div id="dos"></div>
<div id="tres"></div>
CSS
#uno {
width: 240px;
height: 160px;
background-color: #82feff;
opacity: 0.99;
}
#dos {
width: 240px;
height: 160px;
background-color: #fffe82;
position: absolute;
opacity: 0.99;
z-index: 1;
}
#tres {
width: 240px;
height: 160px;
background-color: #ffb1ff;
opacity: 0.99;
}