JSFiddle - React, Tailwind, and code Playground
HTML
<a href="www.mydoamin.com" class="div_a">
<span class="wrapper">
<img src="http://jsfiddle.net/img/logo.png" style="background-color:#666;" />
</span>
<span class="wrapper">
<span class="div_txt">Content</span>
</span>
</a>
CSS
a.div_a {
display: table;
width:320px;
height:160px;
background-color:#CCC;
}
.wrapper {
display: table-cell;
vertical-align: middle;
horizontal-align: right;
}