JSFiddle - React, Tailwind, and code Playground
HTML
<div class="foo"></div>
CSS
.foo{
width: 100px;
height: 100px;
border-style: solid;
border-width: 0px 1px 0px 1px;
border-right-color: green;
border-left-color: red;
}