JSFiddle - React, Tailwind, and code Playground

by darcyclarke

HTML

<div></div>

CSS

div {
    -webkit-border-radius: 5px;
    border-radius: 30px;
    display: block;
    height: 50px;
    width: 50px;
    background: red;
}