JSFiddle - React, Tailwind, and code Playground

HTML

<a href="#" id="img-link">
	<img src="http://i.imgur.com/VROQLTe.jpg" id="img">
</a>

CSS

#img-link {
    display: inline-block;
	background-color: lightblue;
}

#img {
    width: 75%;
}