JSFiddle - React, Tailwind, and code Playground
HTML
<div class = "div-sample">
This is an example
</div>
CSS
.div-sample{
padding:20px;
height:50px;
width:100px;
border:2px solid;
border-radius:20px;
}
<div class = "div-sample">
This is an example
</div>
.div-sample{
padding:20px;
height:50px;
width:100px;
border:2px solid;
border-radius:20px;
}