JSFiddle - React, Tailwind, and code Playground

by thierrymichel

HTML

<img src="http://uploads.thierrymichel.net/big.jpg" id="big">

JavaScript

(function($) {
    $('#big').load(function() {
        alert('loaded');
    });
})(jQuery)