JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
CSS
div {
width: 200px;
height: 200px;
background: yellow;
border: 1px solid red;
border-left: 1rem;
}
<div></div>
div {
width: 200px;
height: 200px;
background: yellow;
border: 1px solid red;
border-left: 1rem;
}