Table Layout
Table Layout

Table Layout

table-auto
table-fixed

Example 1

<table class="table-auto">
<thead>
<tr>
<th>Song</th>
<th>Artist</th>
<th>Year</th>
</tr>
</thead>
<tbody>
<tr>
<td>The Sliding Mr. Bones (Next Stop, Pottersville)</td>
<td>Malcolm Lockyer</td>
<td>1961</td>
</tr>
<tr>
<td>Witchy Woman</td>
<td>The Eagles</td>
<td>1972</td>
</tr>

</tbody>
</table>

Table Caption

<table>
<caption class="caption-bottom">
Table 3.1: Student Details
</caption>
<thead>

</thead>
</table>

Reference

https://tailwindcss.com/docs/border-collapse