JSFiddle - React, Tailwind, and code Playground

HTML

<form action="http://google.com/" method="GET" 
      target="some" onsubmit="window.shouldTriggerRedirect=true;" >
    <input type="text" name="q" />
</form>
<iframe style="display:none;" name="some" onload="if(window.formSubmit) location.href='http://bing.com';" />