JSFiddle - React, Tailwind, and code Playground
by etianqq
HTML
<div class="box1"></div>
<div class="box2"></div>
<div class="box3"></div>
CSS
.box1, .box2, .box3 {
width: 200px;
}
.box1 {
background: green;
height: 200px;
margin-bottom: -160px;
}
.box2 {
background: yellow;
height: 120px;
margin-bottom: -80px;
}
.box3 {
background: red;
height: 40px;
}