JSFiddle - React, Tailwind, and code Playground
by yaero
HTML
<div class="div-1"></div>
<div class="div-2"></div>
SCSS
.div-1 {
width: 100px;
background-color: blue;
height: 100px;
margin-bottom: -10px;
}
.div-2 {
width: 100px;
background-color: red;
height: 100px;
margin-bottom: 10px;
}