JSFiddle - React, Tailwind, and code Playground

HTML

<button class="tButton">1</button> 
<button class="tButton">2</button>

CSS

.tButton {
    width: 50px;
    height: 50px;
    margin:0px;
    padding: 0px;
    background-color: gray;
    border: none;
}