JSFiddle - React, Tailwind, and code Playground
HTML
<div class="container">
<img src="http://softsupplier.com/wp-content/uploads/2010/07/placeholder.png" width="100px">
<a href="#">Your text</a>
</div>
CSS
.container:hover a {
color: white;
text-decoration: none;
}