JSFiddle - React, Tailwind, and code Playground

by Renilson Meneguci

HTML

<div class="row-fluid">
<div class="col-xs-4 col-xs-min-12">
                <img class="img-responsive" src="http://www.imagenstop.net/wp-content/gallery/imagens-engracadas/Fotos-engra%C3%A7adas-mr-Bean.jpg" alt="" height="156px;">

</div>
</div>
<div class="row-fluid">
    <div class="col-xs-8 col-xs-min-12">
        <div class="frogroup">
            <input ID="txtLocal" type="text"placeholder="Local" class="col-xs-10"></input>
            <input ID="txtLocalID" type="text"placeholder="ID" class="col-xs-2 text-muted"></input>


            <input ID="txtEndereco" type="text"placeholder="Endereço" class="col-xs-8"></input>
            <input ID="txtComplemento" type="text"placeholder="Complemento" class="col-xs-4"></input>


            <input ID="txtBairro" type="text"placeholder="Bairro" class="col-xs-4"></input>
            <input ID="txtCidade" type="text"placeholder="Cidade" class="col-xs-4"></input>
            <input ID="txtUf" type="text"placeholder="Uf" class="col-xs-2"></input>
            <input ID="txtCep" type="text"placeholder="CEP" class="col-xs-2"></input>


            <input ID="txtContato1" type="text"placeholder="Contato 1" class="col-xs-8"></input>
            <input ID="txtDDD1" type="text"placeholder="DDD" class="col-xs-2"></input>
            <input ID="txtTelefone1" type="text"placeholder="Telefone" class="col-xs-2"></input>


            <input ID="txtContato2" type="text"placeholder="Contato 2" class="col-xs-8"></input>
            <input ID="txtDDD2" type="text"placeholder="DDD" class="col-xs-2"></input>
            <input ID="txtTelefone2" type="text"placeholder="Telefone" class="col-xs-2"></input>


            <input ID="txtEmail1" type="text"placeholder="Email 1" class="col-xs-6"></input>
            <input ID="txtEmail2" type="text"placeholder="Email 2" class="col-xs-6"></input>


            <asp:Label ID="lblAtualizacao" type="text"Text="Ultima altualização: "></asp:Label>
            <br />
            <asp:Label...