JSFiddle - React, Tailwind, and code Playground
HTML
<span>Hello</span>
<button>Hello</button>
<input type="button" value="-"/>
<input type="submit" value="input submit"/>
CSS
span, button, input {
line-height: 20px;
display: block;
font-size: 2em;
}