<div class="overflow-x-auto">
<table class="table">
<thead>
<tr>
<th class="border-b-2 whitespace-no-wrap">#</th>
<th class="border-b-2 whitespace-no-wrap">First Name</th>
<th class="border-b-2 whitespace-no-wrap">Last Name</th>
<th class="border-b-2 whitespace-no-wrap">Username</th>
<th class="border-b-2 whitespace-no-wrap">Email</th>
<th class="border-b-2 whitespace-no-wrap">Address</th>
</tr>
</thead>
<tbody>
<tr>
<td class="border-b whitespace-no-wrap">1</td>
<td class="border-b whitespace-no-wrap">Angelina</td>
<td class="border-b whitespace-no-wrap">Jolie</td>
<td class="border-b whitespace-no-wrap">@angelinajolie</td>
<td class="border-b whitespace-no-wrap">angelinajolie@gmail.com</td>
<td class="border-b whitespace-no-wrap">260 W. Storm Street New York,NY 10025.</td>
</tr>
<tr>
<td class="border-b whitespace-no-wrap">2</td>
<td class="border-b whitespace-no-wrap">Brad</td>
<td class="border-b whitespace-no-wrap">Pitt</td>
<td class="border-b whitespace-no-wrap">@bradpitt</td>
<td class="border-b whitespace-no-wrap">bradpitt@gmail.com</td>
<td class="border-b whitespace-no-wrap">47 Division St. Buffalo,NY 14241.</td>
</tr>
<tr>
<td class="border-b whitespace-no-wrap">3</td>
<td class="border-b whitespace-no-wrap">Charlie</td>
<td class="border-b whitespace-no-wrap">Hunnam</td>
<td class="border-b whitespace-no-wrap">@charliehunnam</td>
<td class="border-b whitespace-no-wrap">charliehunnam@gmail.com</td>
<td class="border-b whitespace-no-wrap">8023 Amerige Street Harriman,NY 10926.</td>
</tr>
</tbody>
</table>
</div>