JSFiddle - React, Tailwind, and code Playground
by Gunnar
HTML
<input id="thefield" type="text" value="XYZ&0">
<button onclick='alert(encodeURI($("#thefield").val()))'>show encoded</button>
by Gunnar
<input id="thefield" type="text" value="XYZ&0">
<button onclick='alert(encodeURI($("#thefield").val()))'>show encoded</button>