JSFiddle - React, Tailwind, and code Playground
by shoo
HTML
<img src="http://cats-dom.ru/wp-content/uploads/2012/08/snowshoe-cat-07.jpg"/>
JavaScript
var images = document.getElementsByTagName("img");
for (image in images) {
console.log(image);
}