JSFiddle - React, Tailwind, and code Playground
HTML
<table>
<tr>
<td>
<div style="display:table;background-color:yellow;height:400px;">
<div style="display:table-cell">
<img src="http://www.online-image-editor.com//styles/2014/images/example_image.png" style="max-width: 200px; max-height: 200px;"/>
</div><br>
<div style=" vertical-align: bottom;display: table-cell;background-col ">
I want this text be on the same line as the bottom of the image
</div>
</div>
</td>
</tr>
</table>