JSFiddle - React, Tailwind, and code Playground

HTML

<div id = 'image'><img src = 'http://www.pieisgood.org/images/slice.jpg'></img></div>

JavaScript

alert(document.getElementById('image').getElementsByTagName('img')[0].outerHTML);