JSFiddle - React, Tailwind, and code Playground
by Kai Carver
HTML
<input type="text" name="amount" id="amount">
<button onclick="alert('amount is: ' + document.getElementById('amount').value)">Show</button>
by Kai Carver
<input type="text" name="amount" id="amount">
<button onclick="alert('amount is: ' + document.getElementById('amount').value)">Show</button>