JSFiddle - React, Tailwind, and code Playground

by ameen

HTML

<div id="border">Some text</div>

CSS

#border {
    width: 200px;
    height: 100px;
    background: brown;
    padding: 10px;
    color: orange;
    border-top: 10px brown solid; 
    box-shadow: inset 0 5px  orange;
}