JSFiddle - React, Tailwind, and code Playground

by mattoconnell408

HTML

<div></div>
<div></div>
<div></div>

CSS

div {
  width: 100%;
  height: 10px;
  background: blue;
  margin-top: 10px;
  margin-bottom: 10px;
}