JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

.one {
    height: 30px;
    background: linear-gradient(red 0px, red 10px,
                                white 10px, white 20px,
                                blue 20px);
}