JSFiddle - React, Tailwind, and code Playground
by aslancods
HTML
<div class="box1" > </div>
<div class="box2" > </div>
CSS
.box1 {
height: 30px;
background-color: violet;
margin-bottom: 10px;
}
.box2 {
margin-top:10px;
height: 40px;
background-color: violet;
}