<table>
  <thead>
    <tr class="border-primary border-b-2">
      <th>
        Preview
      </th>
      <th>
        File name
      </th>
      <th>
        Type
      </th>
      <th>
        Size
      </th>
      <th></th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>
        <img src="http://via.placeholder.com/640x360" class="h-5 w-5" alt="File">
      </td>
      <td>
        filename.jpg
      </td>
      <td>
        jpg
      </td>
      <td>
        850kb
      </td>
      <td class="text-right">
        <a class="btn btn--primary">Download</a>
      </td>
    </tr>
  </tbody>
</table>