<table class="min-w-full">
<thead class="bg-gray-50 dark:bg-gray-600/20">
<tr>
<th scope="col" class="p-3 text-xs font-medium tracking-wider text-left text-gray-700 uppercase dark:text-gray-400">
Date
</th>
<th scope="col" class="p-3 text-xs font-medium tracking-wider text-left text-gray-700 uppercase dark:text-gray-400">
Item Counts
</th>
<th scope="col" class="p-3 text-xs font-medium tracking-wider text-left text-gray-700 uppercase dark:text-gray-400">
Tax
</th>
<th scope="col" class="p-3 text-xs font-medium tracking-wider text-left text-gray-700 uppercase dark:text-gray-400">
Earning
</th>
</tr>
</thead>
<tbody>
<!-- 1 -->
<tr class="bg-white border-b border-dashed dark:bg-gray-900 dark:border-gray-700/40 hover:bg-slate-50 dark:hover:bg-slate-900/30">
<td class="p-3 text-sm text-gray-500 whitespace-nowrap dark:text-gray-400">
03 March
</td>
<td class="p-3 text-sm text-gray-500 whitespace-nowrap dark:text-gray-400">
50
</td>
<td class="p-3 text-sm text-red-500 whitespace-nowrap dark:text-red-400">
-$40
</td>
<td class="p-3 text-sm font-medium text-gray-600 whitespace-nowrap dark:text-gray-400">
$15,500.00
</td>
</tr>
<!-- 2 -->
<tr class="bg-white border-b border-dashed dark:bg-gray-900 dark:border-gray-700/40 hover:bg-slate-50 dark:hover:bg-slate-900/30">
<td class="p-3 text-sm text-gray-500 whitespace-nowrap dark:text-gray-400">
04 March
</td>
<td class="p-3 text-sm text-gray-500 whitespace-nowrap dark:text-gray-400">
120
</td>
<td class="p-3 text-sm text-gray-500 whitespace-nowrap dark:text-gray-400">
-
</td>
<td class="p-3 text-sm font-medium text-gray-600 whitespace-nowrap dark:text-gray-400">
$20,900.00
</td>
</tr>
<!-- 3 -->
<tr class="bg-white border-b border-dashed dark:bg-gray-900 dark:border-gray-700/40 hover:bg-slate-50 dark:hover:bg-slate-900/30">
<td class="p-3 text-sm text-gray-500 whitespace-nowrap dark:text-gray-400">
05 March
</td>
<td class="p-3 text-sm text-gray-500 whitespace-nowrap dark:text-gray-400">
90
</td>
<td class="p-3 text-sm text-red-500 whitespace-nowrap dark:text-red-400">
-$20
</td>
<td class="p-3 text-sm font-medium text-gray-600 whitespace-nowrap dark:text-gray-400">
$10,500.00
</td>
</tr>
<!-- 4 -->
<tr class="bg-white border-b border-dashed dark:bg-gray-900 dark:border-gray-700/40 hover:bg-slate-50 dark:hover:bg-slate-900/30">
<td class="p-3 text-sm text-gray-500 whitespace-nowrap dark:text-gray-400">
06 March
</td>
<td class="p-3 text-sm text-gray-500 whitespace-nowrap dark:text-gray-400">
160
</td>
<td class="p-3 text-sm text-gray-500 whitespace-nowrap dark:text-gray-400">
-
</td>
<td class="p-3 text-sm font-medium text-gray-600 whitespace-nowrap dark:text-gray-400">
$35,000.00
</td>
</tr>
<!-- 5 -->
<tr class="bg-white dark:bg-gray-800 hover:bg-slate-50 dark:hover:bg-slate-900/30">
<td class="p-3 text-sm text-gray-500 whitespace-nowrap dark:text-gray-400">
07 March
</td>
<td class="p-3 text-sm text-gray-500 whitespace-nowrap dark:text-gray-400">
80
</td>
<td class="p-3 text-sm text-red-500 whitespace-nowrap dark:text-red-400">
-$60
</td>
<td class="p-3 text-sm font-medium text-gray-600 whitespace-nowrap dark:text-gray-400">
$18,880.00
</td>
</tr>
</tbody>
</table>