JSFiddle - React, Tailwind, and code Playground

by Vipin Patil

HTML

<table border=1>
<tr>
  <th height="50" valign="top">
    1
  </th>
  <th>
    2
  </th>
</tr>

<tr>
  <td height="50">
   <a href="https://www.google.com">
     Google 
   </a> 
  </td>
  <td>
    <iframe src="https://www.geeksforgeeks.org/what-are-empty-elements-in-html/" width=500 height=500>
    
    </iframe>
  </td>
</tr>

</table>

CSS

th {vertical-align:bottom;}