JSFiddle - React, Tailwind, and code Playground
HTML
<table>
<thead>
<tr>
<th>Datei</th>
<th>Aufrufe gesamt</th>
<th>Aufrufe heute</th>
</tr>
</thead>
<tbody>
<tr>
<td>besucherzahler-alle-seiten.php</td><td>6</td><td>0</td>
</tr>
<tr>
<td>besucherzahler-alle-seiten.php</td><td>6</td><td>0</td>
</tr>
<tr>
<td>besucherzahler-alle-seiten.php</td><td>6</td><td>0</td>
</tr>
<tr>
<td>besucherzahler-alle-seiten.php</td><td>6</td><td>0</td>
</tr>
<tr>
<td>besucherzahler-alle-seiten.php</td><td>6</td><td>0</td>
</tr>
</tbody>
CSS
table , th , td {
border:1px solid #000;
padding:5px;
}
tbody tr:hover{
background:#ddd;
}