JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div {
    border: 15px silver solid;
    border-left: 50px red solid;
    width: 200px;
    height: 200px;
}