JSFiddle - React, Tailwind, and code Playground
by Rapha Souza
HTML
<script src="https://code.jquery.com/jquery-3.4.1.slim.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css">
<table class='table table-striped table-bordered table-hover' cellspacing='0' tablename='ingre1' noaddbutton='true' nodeletebutton='true'> <thead> <tr class='tableHeadRow'> <th class='tableColumn col-md-2'></th> <th class='tableColumn col-md-10'></th> </tr> </thead> <tbody id='tobyFin'> <tr style='display:' detail='true' detailname='ingre1'> <td> <div class='form-group'> <label>Parcela</label> <input type='text' class='form-control' name='E2_PARCELA' id='E2_PARCELA' readonly> </div> <div class='form-group'> <label>Status</label> <input type='text' class='form-control' id='status1' name='status1' readonly> </div> </td> <td> <input type='hidden' id='idAnexoTitulo' name='idAnexoTitulo'> <div class='form-group col-md-2'> <label>Prefixo</label> <input type='text' class='form-control' name='E2_PREFIXO' id='E2_PREFIXO' readonly> </div> <div class='form-group col-md-2'> <label>Num</label> <input type='text' class='form-control' name='E2_NUM' id='E2_NUM' readonly> </div> <div class='form-group col-md-3'> <label>Emissão</label> <input type='date' class='form-control' name='E2_EMISSAO' id='E2_EMISSAO' readonly> </div> <div class='form-group col-md-3' > <label>Vencimento</label> <input type='date' class='form-control' name='E2_VENCTO' id='E2_VENCTO' readonly> </div> <div class='form-group col-md-3'> <label>VencReal</label> <input type='date' class='form-control' name='E2_VENCREA' id='E2_VENCREA' readonly> </div> <div class='form-group col-md-3'> <label>Valor</label> <div class='input-group'> <div...
CSS
.row {
background: #f8f9fa;
margin-top: 20px;
}
.col {
border: solid 1px #6c757d;
padding: 10px;
}