JSFiddle - React, Tailwind, and code Playground

HTML

<div id="map">
    <img src="http://www.clickerzoneuk.co.uk/cz/wp-content/uploads/2010/10/PuppySmall.jpg" id="img_id">
</div>

JavaScript

var height = document.getElementById("img_id").clientHeight;

alert(height);