JSFiddle - React, Tailwind, and code Playground

by Rahul Desai

HTML

<button></button>

CSS

button{
    height: 17.5px;
    width: 17.5px;
    border: 2px solid #4196c2;
    border-radius: 50%;
    background-color: #e7f7ff;
}