JSFiddle - React, Tailwind, and code Playground

by Kamlesh Gupta

HTML

<input type="button" id='btnOne' value="1" ></input>

CSS

input{
    border-radius:4px;
    border-color:green;
    
}
input:hover{
  border-radius:16px;
    background:#00FFFF;    
    
    border-color:black;
    
}