JSFiddle - React, Tailwind, and code Playground
HTML
<img src="http://i.s-microsoft.com/global/ImageStore/PublishingImages/logos/hp/logo-lg-1x.png">
JavaScript
$('img').on('keyup', function (event) {
if (event.which == 37) {
console.log('test');
}
});