JSFiddle - React, Tailwind, and code Playground
by Brad Patton
HTML
<img class="center-align" id="small-image" width="100" height="100" src="http://surveygizmolibrary.s3.amazonaws.com/library/90282/PPPMenuMockup_V3_June2015_Page_4_MenuL27original_Salads.jpg" />
JavaScript
$("#small-image").click(function() {
$(this).attr('width', '400');
$(this).attr('height', '300');
});