JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
CSS
div{
width:100px;
height:50px;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
border:black solid 8px;
}
<div></div>
div{
width:100px;
height:50px;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
border:black solid 8px;
}