JSFiddle - React, Tailwind, and code Playground
HTML
<div id="first">first</div>
<div id="second">second</div>
CSS
#first {
margin-top: 20px;
}
#second {
margin-top: 20px;
<div id="first">first</div>
<div id="second">second</div>
#first {
margin-top: 20px;
}
#second {
margin-top: 20px;