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