JSFiddle - React, Tailwind, and code Playground
HTML
<div class="one"></div>
CSS
.one {
height: 3px;
background: linear-gradient(red 1px, white 2px, red 3px);
}
<div class="one"></div>
.one {
height: 3px;
background: linear-gradient(red 1px, white 2px, red 3px);
}