Tailwind center div inside table

Viewed 35

I want my div (which is representing two images after the -p- Previous Round -p-) to be centered inside a table.

It should be in the absolute middle of the table.

I have placed it therefore inside tr and td like this:

    <tr>
      <td> 
       <div/>
      </td>
   </tr>

There's my current solution and code: enter image description here

0 Answers
Related