<section>
<div class="relative px-4 py-12 mx-auto md:px-12 lg:px-24 max-w-7xl">
<div class="flow-root">
<div class="-mx-4 -my-2 overflow-x-auto sm:-mx-6 lg:-mx-8">
<div class="inline-block min-w-full py-2 align-middle sm:px-6 lg:px-8">
<table class="min-w-full">
<thead class="border-b">
<tr>
<th
scope="col"
class="py-3.5 pl-4 pr-3 text-base font-medium tracking-tighter text-base-900 text-left"
>
Name
</th>
<th
scope="col"
class="px-3 py-3.5 text-base font-medium tracking-tighter text-base-900 text-left"
>
Title
</th>
<th
scope="col"
class="px-3 py-3.5 text-base font-medium tracking-tighter text-base-900 text-left"
>
Email
</th>
<th
scope="col"
class="px-3 py-3.5 text-base font-medium tracking-tighter text-base-900 text-left"
>
Role
</th>
<th scope="col" class="relative py-3.5 pl-3 pr-3">
<span class="sr-only">Edit</span>
</th>
</tr>
</thead>
<tbody>
<tr class="even:bg-base-50">
<td
class="whitespace-nowrap py-4 pl-4 pr-3 text-sm font-medium tracking-tighter text-base-900"
>
Jhonny Begood
</td>
<td
class="whitespace-nowrap px-3 py-4 text-xs font-medium text-base-500"
>
Design Engineer
</td>
<td
class="whitespace-nowrap px-3 py-4 text-xs font-medium text-base-500"
>
email@example.com
</td>
<td
class="whitespace-nowrap px-3 py-4 text-xs font-medium text-base-500"
>
Member
</td>
<td class="relative whitespace-nowrap py-4 pr-3 text-right">
<button
class="flex items-center justify-center transition-all duration-200 focus:ring-2 focus:outline-none text-accent-500 hover:text-accent-700 focus:ring-accent-500 h-9 px-4 py-2 text-sm font-medium rounded-md ml-auto"
type="submit"
>
Edit<span class="sr-only">Edit</span>
</button>
</td>
</tr>
<tr class="even:bg-base-50 rounded-lg">
<td
class="whitespace-nowrap py-4 pl-4 pr-3 text-sm font-medium tracking-tighter text-base-900 rounded-l-lg"
>
Alice Smith
</td>
<td
class="whitespace-nowrap px-3 py-4 text-xs font-medium text-base-500"
>
Product Manager
</td>
<td
class="whitespace-nowrap px-3 py-4 text-xs font-medium text-base-500"
>
alice@example.com
</td>
<td
class="whitespace-nowrap px-3 py-4 text-xs font-medium text-base-500"
>
Admin
</td>
<td
class="relative whitespace-nowrap py-4 pr-3 text-right rounded-r-lg"
>
<button
class="flex items-center justify-center transition-all duration-200 focus:ring-2 focus:outline-none text-accent-500 hover:text-accent-700 focus:ring-accent-500 h-9 px-4 py-2 text-sm font-medium rounded-md ml-auto"
type="submit"
>
Edit<span class="sr-only">Edit</span>
</button>
</td>
</tr>
<tr class="even:bg-base-50">
<td
class="whitespace-nowrap py-4 pl-4 pr-3 text-sm font-medium tracking-tighter text-base-900"
>
Bob Johnson
</td>
<td
class="whitespace-nowrap px-3 py-4 text-xs font-medium text-base-500"
>
Frontend Developer
</td>
<td
class="whitespace-nowrap px-3 py-4 text-xs font-medium text-base-500"
>
bob@example.com
</td>
<td
class="whitespace-nowrap px-3 py-4 text-xs font-medium text-base-500"
>
Member
</td>
<td class="relative whitespace-nowrap py-4 pr-3 text-right">
<button
class="flex items-center justify-center transition-all duration-200 focus:ring-2 focus:outline-none text-accent-500 hover:text-accent-700 focus:ring-accent-500 h-9 px-4 py-2 text-sm font-medium rounded-md ml-auto"
type="submit"
>
Edit<span class="sr-only">Edit</span>
</button>
</td>
</tr>
<tr class="even:bg-base-50 rounded-lg">
<td
class="whitespace-nowrap py-4 pl-4 pr-3 text-sm font-medium tracking-tighter text-base-900 rounded-l-lg"
>
Clara Oswald
</td>
<td
class="whitespace-nowrap px-3 py-4 text-xs font-medium text-base-500"
>
Backend Developer
</td>
<td
class="whitespace-nowrap px-3 py-4 text-xs font-medium text-base-500"
>
clara@example.com
</td>
<td
class="whitespace-nowrap px-3 py-4 text-xs font-medium text-base-500"
>
Member
</td>
<td
class="relative whitespace-nowrap py-4 pr-3 text-right rounded-r-lg"
>
<button
class="flex items-center justify-center transition-all duration-200 focus:ring-2 focus:outline-none text-accent-500 hover:text-accent-700 focus:ring-accent-500 h-9 px-4 py-2 text-sm font-medium rounded-md ml-auto"
type="submit"
>
Edit<span class="sr-only">Edit</span>
</button>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</section>