JSFiddle - React, Tailwind, and code Playground

HTML

<a href="#">A
    <div class="float">
        <div>
            <img src="http://lorempixel.com/200/200"/>
        </div>
    </div>
</a>

<a href="#">
    <img src="http://lorempixel.com/200/200/sports"/>
</a>

<a href="#">A
    <div class="float">
        <div>
            <img src="http://lorempixel.com/200/200/animals"/>
        </div>
    </div>
    <a href="#"></a>
</a>

CSS

.float{
    display: float;
}