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">
<div class="form-group row">
<div class="col-md-2"><br>
<button type="button" class="btn btn-success btnAprovarSolicitacao" onclick="modalAssinarDocumento()"><i class="flaticon flaticon-class-check icon-sm"></i>
Aprovar Solicitações</button>
</div>
<div class="col-md-2">
<br>
<button type="button" class="btn btn-default" onclick="buscaFolhasPendentes()">
<i class="flaticon flaticon-undo icon-sm"></i>Atualizar</button>
</div>
<div class="col-md-3">
<table id="" class="">
<tbody>
<tr>
<td class="col-md-1"><strong style="font-size:50px;" class="qtdTotalSolicitacoes">100</strong></td>
<td><i>TOTAL <br>DE SOLICITAÇÕES</i></td>
</tr>
</tbody>
</table>
</div>
</div>