JSFiddle - React, Tailwind, and code Playground

by Aljohn De Guzman

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;
}