JSFiddle - React, Tailwind, and code Playground
HTML
<button type="button" title="hello 1">hello 1</button>
<button type="button" title="hello 2" disabled>hello 2</button>
<button type="button" title="hello 3">hello 3</button>
<br>
<br>
<br>
<input type="button" title="hello 1" value="hello 1">
<input type="button" title="hello 2" value="hello 2" disabled>
<input type="button" title="hello 3" value="hello 3">