JSFiddle - React, Tailwind, and code Playground

by giulianotoronto

HTML

<a href="image01.png">Image 01</a>
<a href="image02.png">Image 02</a>
<a href="http://www.google.com/">Page</a>
<a href="image03.png">Image 03</a>

<div class="test"></div>

CSS

a {
    display:block;
    clear:left;
    float:left;
    
}