JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div {
    width: 300px;
    height: 40px;
    background: linear-gradient(to right, black 0px, black 5px, white 5px, white 30px); 
    background-size: 30px 100%;
}