JSFiddle - React, Tailwind, and code Playground

HTML

<a href=".html"><img src="http://t2.gstatic.com/images?q=tbn:ANd9GcSwKT-w8mulUmZ71nJWhiF4HHs5swCRnIGtytpqVaFHxaLUPYqd7w" width="50" height="50"></a>
<p>text</p>

CSS

p {
    display: none;
}
a:hover+p {
    display: block;
}