JSFiddle - React, Tailwind, and code Playground

by Tripad

HTML

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

CSS

#box{
    border: groove 1em red;  
    border-radius: 2em;
    width: 200px;
    height: 100px;
    background-color:#ccc;
}