JSFiddle - React, Tailwind, and code Playground
by DJS Baker
HTML
<div class="wrapper">
<img src="http://placehold.it/350x150" />
<img src="http://placehold.it/200x70" />
</div>
CSS
.wrapper {text-align: center; max-width: 500px;}
img {background:red; display:inline-block;}