JSFiddle - React, Tailwind, and code Playground
by afshinprofe
HTML
<div class="row">
<div class="item">
item1
</div>
</div>
<div class="row2">Item2</div>
CSS
.row{
margin-bottom: 15px;
}
.row:last-child{
margin-bottom: 0;
}
.row2{
margin:-15px;
}