JSFiddle - React, Tailwind, and code Playground

by Igor Cuckovic

HTML

<div class="hello">
  
  <img src='http://www.wired.com/wp-content/uploads/2015/09/google-logo.jpg' id='myImg'>
</div>

JavaScript

var elem = $(".hello img#myImg");