JSFiddle - React, Tailwind, and code Playground

by glennpierce

HTML

<div class="container">
    <div class="imglink">1</div>
    <div class="imglink">2</div>
    <div class="imglink">3</div>
</div>

<div class="footer">
    Footer
</div>

CSS

.container {width:696px;height:200px;background-color:green;overflow:hidden;}
.imglink {width:30%;height:100px;background-color:blue;float:left;margin:0 9px;}