JSFiddle - React, Tailwind, and code Playground

by Júlio Moreira

HTML

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<div class="container">
    <input type="text" value="montadora"></input>
    <input type="text" value="modelo"></input>
    <input type="text" value="ano"></input>
    <INPUT type="reset"  name="b2" value="Limpar">
    <INPUT type="submit" name="b1" value="Pesquisar">
</div>