JSFiddle - React, Tailwind, and code Playground

HTML

<img src="https://clothica.in/fabritech/wp-content/uploads/2018/06/val_scalloped_th_wire.png" class="text">
<div id="content">
 <img src="https://clothica.in/fabritech/wp-content/uploads/2018/06/val_moroccan.png">
</div>

CSS

div#content {
  display: none;
}
.text:hover + div#content {
  display: block;
}