JSFiddle - React, Tailwind, and code Playground

by Kamal Kumawat

HTML

<img src="http://static.jquery.com/files/rocker/images/logo_jquery_215x53.gif"/>

JavaScript

setTimeout(function() {
    $('img')[ 0 ].src = '';
    console.log($('img')[0]);
}, 2000);