JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div {
    margin: 10px;
    width: 50px;
    height: 50px;
    border: 1px solid blue;
    border-radius: 10px 10px 0 0;
}