JSFiddle - React, Tailwind, and code Playground

by Elena Shevchuk

HTML

<div class="one"></div>

CSS

.one {
    height: 3px;
    background: linear-gradient(red 1px, white 2px, red 3px);
}