JSFiddle - React, Tailwind, and code Playground

HTML

<div class="caixa"></div>

CSS

.caixa{
    width:100px;
    height:100px;
    border-top:14px solid red;
    border-right:14px solid blue;
}