JSFiddle - React, Tailwind, and code Playground
HTML
<div class="container">
<a href="#"><img src="https://cdn1.medicalnewstoday.com/content/images/articles/277/277169/mouse.jpg" /></a>
<h1>header</h1>
Dessert dragée biscuit croissant tootsie roll gummies marshmallow. Bear claw topping tart candy lemon drops apple pie tootsie roll marzipan.
<br />
<div class="inforoller">
<a href="#">more information</a></div>
</div>
CSS
.container {
width: 200px;
margin: 20px;
}
.container:hover img {
border: 2px solid red;
}