JSFiddle - React, Tailwind, and code Playground
HTML
<input id="foo" onkeypress="event.preventDefault()">
<button onclick="foo.value = 'Lorem Ipsum'">Cambiar Valor</button>
<input id="foo" onkeypress="event.preventDefault()">
<button onclick="foo.value = 'Lorem Ipsum'">Cambiar Valor</button>