JSFiddle - React, Tailwind, and code Playground
by jefferyto
HTML
<input type="button" value="go"><br><img>
JavaScript
$('input').click(function () {
$('img').attr('src', 'http://www.pentahomes.ca/actions/getImage.ashx?imageID=f8be4bf6-7a3d-4c08-b2b4-704575e4977c&width=1000&height=700&bgcolor=999');
});