JSFiddle - React, Tailwind, and code Playground
HTML
<div style="background-color:#0000ff;">
<div><img class="banner" src="http://www.janriggert.com/images/footer.png"></div>
</div>
CSS
body { background-color:#e7e3d7;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px; }
.banner {max-width:100%; display:block;}