JSFiddle - React, Tailwind, and code Playground
by Vadim
HTML
<button>
Click
</button>
CSS
button {
background-color: lightblue;
margin: 50px;
height: 50px;
width: 50px;
border-radius: 50%;
border: none;
}
button:focus:hover {
outline: none
}