JSFiddle - React, Tailwind, and code Playground

HTML

<div>

CSS

div {
    margin: 50px;
    border: 2px solid red;
    border-radius: 12px;
    background: #0f0;
    width: 20px;
    height: 20px;
}