JSFiddle - React, Tailwind, and code Playground

HTML

<div class="offer">
    <h3><a href="/category/the-new-ipad">The New iPad</a></h3>
    <img src="http://lorempixel.com/200/200/technics/" alt="The New iPad" />
</div>

CSS

.offer { position: relative; padding-bottom: 30px; display: block; }
.offer h3 { position: absolute; top: 0px; left: 0px; display: block; }
.offer h3 a { padding-top: 200px; width: 200px; height: 30px; line-height: 30px; text-align: center; display: block; }