JSFiddle - React, Tailwind, and code Playground

HTML

<div id="container">
    <img src="http://placehold.it/200x150" />
    <div class="child">test</div>
</div>

CSS

#container { width: 200px; }

.child {
    background: #e1e1e1;
    padding: 10px;
}