JSFiddle - React, Tailwind, and code Playground

by Blanca B

HTML

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

CSS

#uno {
  background-color: #FDCAD9;
  opacity: 0.5;
  width: 240px;
  height: 160px;
  position: relative;
  top: 50px;
}

#dos {
  background-color: #D1E9ED;
  width: 240px;
  height: 160px; 
}