JSFiddle - React, Tailwind, and code Playground
HTML
<div class="bordertest"></div>
CSS
.bordertest {
height:300px;
width:300px;
border-top:30px solid #c4268c;
background:#000;
}
<div class="bordertest"></div>
.bordertest {
height:300px;
width:300px;
border-top:30px solid #c4268c;
background:#000;
}