JSFiddle - React, Tailwind, and code Playground

by johan durand

HTML

<img src="https://www.google.com/images/srpr/logo11w.png" alt="photo" />

JavaScript

$('img').hover(function () {
      $(this).attr('src', 'https://mir-s3-cdn-cf.behance.net/project_modules/max_1200/857f4c10439603.560e5039359c3.jpg');
})