JSFiddle - React, Tailwind, and code Playground

HTML

<form>
<input type='text' name="urlbox" />
<input type='button' value="Ok" onclick='window.location=this.form.urlbox.value' />
</form>