JSFiddle - React, Tailwind, and code Playground
HTML
<div class="border">
</div>
CSS
.border {
height: 100px;
width: 200px;
border: 1px solid transparent;
border-top-color: blue;
border-left-color: red;
}
<div class="border">
</div>
.border {
height: 100px;
width: 200px;
border: 1px solid transparent;
border-top-color: blue;
border-left-color: red;
}