JSFiddle - React, Tailwind, and code Playground
HTML
<div class="wrapper"> <a href="#" class="anchor">
<img src="http://bit.ly/1mFH8AW"></img>
</a>
</div>
CSS
.wrapper {
background: black;
width: 500px;
height: 500px;
position:relative;
}
.anchor {
}
.anchor > img {
height: 100px;
width: 100px;
position:absolute;
margin:auto;
top:0;right:0;bottom:0;left:0;
}
.anchor > img:Hover {
height: 150px;
width: 150px;
}