JSFiddle - React, Tailwind, and code Playground

HTML

<div id="container">
    <input type="text" />
</div>

CSS

#container {
    border-left: 2px solid red;
    padding-left: 2px;
}