JSFiddle - React, Tailwind, and code Playground

by Jeff Ward

HTML

<script>
function getImagePath() {
  return "http://i.imgur.com/4ILisqH.jpg";
}
</script>

<img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" onload="this.onload=null; this.src=getImagePath();">