JSFiddle - React, Tailwind, and code Playground
HTML
<div id="output">
<img id="book" />
</div>
CSS
#output{color:#ff0000;font-size:16px;}
#title{font-size:22px;}
JavaScript
$('#book')
.error(function() {
console.log('Handler for .error() called.')
});
//.attr("src", "http://www.bluerocketassociates.com/RocketWhite.png");