JSFiddle - React, Tailwind, and code Playground

by jimkennelly

HTML

<div class="test">
<a href="#" > test</a>
</div><div class="test">
<a href="#" > test</a>
</div><div class="test">
<a href="#" > test</a>
</div><div class="test">
<a href="#" > test</a>
</div>

CSS

.test {float: right; width:200px;height:400; border: 10px black solid;}