JSFiddle - React, Tailwind, and code Playground

HTML

<div class="border-top"></div>

CSS

.border-top {
    height: 50px;
    width: 100px;
    box-shadow:  15px -1px 0 0 black;
}