JSFiddle - React, Tailwind, and code Playground

by David Thomas

HTML

<img src="http://placekitten.com/300/300" />
<img src="http://lorempixel.com/300/300/nightlife/demo" />

JavaScript

var imgHTML = $('img').map(function(){
    return this.outerHTML;
}).get();
console.log(imgHTML);