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;
}
by Tripad
<div id="box">
</div>
#box{
border: groove 1em red;
border-radius: 2em;
width: 200px;
height: 100px;
background-color:#ccc;
}