JSFiddle - React, Tailwind, and code Playground

HTML

<div class="wrapper">
    <div class="imgWrapper">
        <img src="http://www.google.com/images/srpr/logo4w.png" />
    </div>
    <p>Here is some text</p>
    <a href="#"></a>
</div>

CSS

.wrapper { position : relative; width: 500px; height: 300px; }
.wrapper a { display:block; position: absolute; top: 0px; width: 500px; height: 300px; z-index: 2; background:url(http://www.seoclarity.net/wp-content/uploads/2010/12/1x1.gif) repeat;}