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">
<button type="button" onclick="carregaFuncoes()">Chama Func</button>
<div id="remontaModal">
    <div class="col-md-12" id="modalTitulosImpostos" tabindex="-1" role="dialog">


        <div id="titulosModal" class="table-responsive">
            <table class="table-bootstrap table-striped" id="tbTitulosModal"
                class="table table-hover table-condensed borderless mb0 fade">
                <thead>
                    <tr>
                        <th></th>
                        <th>Estab</th>
                        <th>Título</th>
                        <th>Parc</th>
                        <th>Espécie</th>
                        <th>Ser</th>
                        <th>Fornecedor</th>
                        <th>Nome</th>
                        <th>Trans</th>
                        <th>Vencto</th>
                        <th>Valor</th>
                    </tr>
                </thead>
                <tbody id="Carrega"> </tbody>
            </table>
        </div>


    </div>


</div>