JSFiddle - React, Tailwind, and code Playground
by Cath_kb
HTML
<div class="one"></div>
CSS
.one {
height: 3px;
background: linear-gradient(to bottom, red 0%, red 30%, white 30%, white 60%, red 60%, red 100%);
}
by Cath_kb
<div class="one"></div>
.one {
height: 3px;
background: linear-gradient(to bottom, red 0%, red 30%, white 30%, white 60%, red 60%, red 100%);
}