JSFiddle - React, Tailwind, and code Playground
by shubh0602
HTML
<table style="height:100%">
<tr height=100><td rowspan=2></td></tr>
<tr>
<td width=100></td>
<td>
<img class="border" width=320 height=240 src="http://placehold.it/350x150" />
</td>
</tr>
</table>
CSS
img.border {
display: block;
padding:8px;
border:solid;
border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
border-width: 1px 2px 2px 1px;
background-color:white;
}