JSFiddle - React, Tailwind, and code Playground
by raam86
HTML
<div><img id="img" src="http://i.imgur.com/8eos7vW.jpg" height="200" style="height:400px;"/></div>
JavaScript
$('div').append("<BR>element height: " + document.getElementById('img').height + "px")