JSFiddle - React, Tailwind, and code Playground

HTML

<input type="button" value="x"/>

CSS

input{
    height:20px;
    width:20px;
    line-height:20px;
    font-size:20px;
    padding:0;
        
    
}