JSFiddle - React, Tailwind, and code Playground
by rodrigonery
HTML
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css">
<form method="post">
<fieldset>
<legend>Exemplo Ajax</legend>
<label>Nome:</label>
<input type="text" id="nome" placeholder="Digite um nome...">
<span class="help-block"></span>
<button type="submit" class="btn">Submit</button>
</fieldset>
</form>