JSFiddle - React, Tailwind, and code Playground

by Afzaal Ahmad Zeeshan

HTML

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

JavaScript

$('img').hover(function () {
      $(this).attr('src', 'http://greatpreneurs.com/wp-content/uploads/2012/08/o.184684.jpg');
})