JSFiddle - React, Tailwind, and code Playground
HTML
<div id="box"></div>
CSS
#box {
width:100px; height:100px;
border:solid red;
border-width:0 5px;
}
<div id="box"></div>
#box {
width:100px; height:100px;
border:solid red;
border-width:0 5px;
}