JSFiddle - React, Tailwind, and code Playground

by thierrymichel

HTML

<img src="http://uploads.thierrymichel.net/legofenris-3.jpg?v=13546444">

JavaScript

(function($) {
    
    alert("ready");
    $("img").attr("src", "http://uploads.thierrymichel.net/small-legofenris-3.jpg");
    
})(jQuery);