JSFiddle - React, Tailwind, and code Playground

by Blanca B

HTML

<div id="uno"></div>
<div id="dos"></div>
<div id="tres"></div>

CSS

#uno {
  width: 240px;
  height: 160px;
  background-color: #82feff;
  opacity: 0.5;
}

#dos {
  width: 260px;
  height: 160px;
  background-color: #fffe82;
  opacity: 0.5;
  position: absolute;
}

#tres {
  width: 240px;
  height: 160px;
  background-color: #ffb1ff;
  opacity: 0.5;
}