JSFiddle - React, Tailwind, and code Playground
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);
<img src="http://static.jquery.com/files/rocker/images/logo_jquery_215x53.gif"/>
setTimeout(function() {
$('img')[ 0 ].src = '';
console.log($('img')[0]);
}, 2000);