JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
<div></div>
<div></div>
CSS
div {
width: 100%;
height: 10px;
background: blue;
margin-top: 10px;
margin-bottom: 10px;
}
<div></div>
<div></div>
<div></div>
div {
width: 100%;
height: 10px;
background: blue;
margin-top: 10px;
margin-bottom: 10px;
}