JSFiddle - React, Tailwind, and code Playground

by KomathiKarunakaran

HTML

<div id="first">first</div>
<div id="second">second</div>

CSS

#first {
    margin-top: 20px;
}

#second {
     margin-top: 20px;