JSFiddle - React, Tailwind, and code Playground

by yurikhan

HTML

<div id="box">
    
</div>

CSS

#box{
    border:10px solid #000;
    border-radius: 10px 0px 0px;
    width: 200px;
    height: 100px;
    background-color:#ccc;
}