JSFiddle - React, Tailwind, and code Playground
by pauldwaite
HTML
<table class="ver-mainbox-table">
<tr class="ver-mainbox-tr">
<td class="ver-mainbox-txt">
sdf sdf sdf sfd sdf
</td>
<td class="ver-mainbox-img">
<img src="v1.gif" alt="" title="" />
</td>
</tr>
<tr><td class="spacer-m" colspan="2"></td></tr>
<tr class="ver-mainbox-tr">
<td class="ver-mainbox-txt">
<h2>Immunizations</h2>
</td>
<td class="ver-mainbox-img">
<img src="v1.gif" alt="" title="" />
</td>
</tr>
</table>
CSS
.ver-mainbox-table{width:898px; }
.ver-mainbox-tr{height:122px; background-color:#ffffff; }
.ver-mainbox-txt{vertical-align:middle; padding:0 0 0 10px; width:500px; border-top:1px solid #c3c3c3; border-left:1px solid #c3c3c3; border-bottom:1px solid #c3c3c3; }
.ver-mainbox-img{vertical-align:middle; padding:2px 2px 2px 0; width:186px; text-align:right; border-top:1px solid #c3c3c3; border-right:1px solid #c3c3c3; border-bottom:1px solid #c3c3c3;}
.spacer-m{height: 15px;}