JSFiddle - React, Tailwind, and code Playground

by Blanca B

HTML

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

CSS

#uno {
  background-color: #FFD8DB;
  width: 240px;
  height: 160px;
}

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

#tres {
  background-color: #fffe82;
  width: 240px;
  height: 160px;
}