JSFiddle - React, Tailwind, and code Playground

by Sébastien Lorentz

HTML

<img src="http://divinity.game/sites/default/files/inline-images/COMIC%201_1.jpg" />
<img src="http://divinity.game/sites/default/files/inline-images/COMIC%201.jpg" />

CSS

img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

img:hover {
  mix-blend-mode: difference
}