JSFiddle - React, Tailwind, and code Playground

by Cthulhu

HTML

<div class="parent">
    <img src="http://lorempixel.com/1200/800/cats/2" />
</div>

CSS

.parent {
    background:gold;
    text-align:center;
    width:100%;
}