JSFiddle - React, Tailwind, and code Playground

by Love Trivedi

HTML

<button id="btn">Enter</button>

CSS

button#btn {
    border: medium none;
    box-sizing: border-box;
    line-height: 16px;
      width: 100px;
    padding:0px
}