JSFiddle - React, Tailwind, and code Playground

by Shawn Jass

HTML

<div id="button">
    
</div>

CSS

#button{
    border:5px solid #000;
    border-radius: 0px 20px 20px 0px;
    width: 100px;
    height: 100px;
    background-color:#ccc;
}