JSFiddle - React, Tailwind, and code Playground

HTML

<table cellpadding="0", cellspacing="0">
	<tr>
		<td class="imageThumbN">
			<a href=""}>
			<img src="http://s8.postimg.org/5y5wc8jqp/test1.png" width="130" height="130" border="0"></a>
		</td>
	</tr>
	<tr>
		<td class="imageLink">
      <font color="white">Text</font>
		</td>
	</tr>
</table>

CSS

td.imageThumbN 
{
background-color: red;
height: 130px;
width: 130px;
}

td.imageLink 
{
background-color: black;
}