JSFiddle - React, Tailwind, and code Playground
by lchau
HTML
<div> </div>
test
CSS
div {
background-image: linear-gradient(to right, #333 40%, rgba(255, 255, 255, 0) 50%);
background-position: top;
background-size: 4px 1px;
background-repeat: repeat-x;
height: 1px;
}