JSFiddle - React, Tailwind, and code Playground
HTML
<h2>.resize()</h2>
<div>
<img id="img" src="http://www.lorempixel.com/400/300" />
</div>
CSS
body { padding:20px; color:#242424; font-family: "Lucida Grande", Tahoma, "Trebuchet MS"; }
h2 { background:#5279a4; color:#fff; padding:5px; }
div { width:100%; }
div img { display:none !important; width:100%; height:auto; min-width:300px; }
.displayBlock { display: block; }
JavaScript
// mcpDESIGNS
$('#img').attr('style', 'display: inline !important;');