JSFiddle - React, Tailwind, and code Playground

by aslancods

HTML

<div class="box1" >&nbsp;</div>
<div class="box2" >&nbsp;</div>

CSS

.box1 {
   height: 30px; 
   background-color: violet;
    margin-bottom: 10px;
}
.box2 {
    margin-top:10px;
    height: 40px;
    background-color: violet;
}