JSFiddle - React, Tailwind, and code Playground

HTML

<div>

CSS

div{
    border-left:40px solid #4486F4;
    background:silver;
    height:10px;
    width:300px;
    box-shadow:inset 2px 0 white;
}