JSFiddle - React, Tailwind, and code Playground

by George Batt

HTML

<a href="http://mja.co.uk/Events"><div id="testimage"></div></a>

CSS

a{ display:block; }
#testimage{
    width:300px;
    height:200px;
    background:url(http://dummyimage.com/300x200/000/fff)
}