JSFiddle - React, Tailwind, and code Playground
HTML
<div class="container">
<input id="montadora" type="text" value="montadora"></input>
<input id="modelo" type="text" value="modelo"></input>
<input id="ano" type="text" value="ano"></input>
<INPUT type="reset" name="b2" value="Limpar">
<INPUT type="submit" name="b1" value="Pesquisar" onClick="location.href='http://www.rs1.com.br/'+document.getElementById('montadora').value+'/'+document.getElementById('modelo').value+'/'+document.getElementById('ano').value">
</div>