JSFiddle - React, Tailwind, and code Playground

by fainz777

HTML

<div></div>

CSS

div {
    height: 100px;
    border: 1px solid;
    border-radius: 5px 5px 0 0;
}