JSFiddle - React, Tailwind, and code Playground

HTML

<div class="red-border-left">
    <input type="text" />
</div>

CSS

.red-border-left {
    border-left: 2px solid #FF0000;
}