JSFiddle - React, Tailwind, and code Playground

HTML

<img id="im1" src="http://placehold.it/100">

JavaScript

document.body.appendChild(
    document.createTextNode("image is "
      + window.getComputedStyle(document.getElementById("im1")).display
      + " by default"));