JSFiddle - React, Tailwind, and code Playground

HTML

<a href='http://example.com'>
  <img src='http://lorempicsum.com/futurama/350/200/1'>
</a>

CSS

a:hover img {
  content:url("http://lorempicsum.com/futurama/255/200/2");
}