JSFiddle - React, Tailwind, and code Playground

by skube

HTML

<div class="row">
    <div><img src="http://placehold.it/200&text=one" alt=""/></div>
    <div><img src="http://placehold.it/200&text=two" alt=""/></div>
</div>

CSS

.row {
    background:blue
}

* + * {
    margin-top:50px
}

.row > * {
    margin-top:0
}