JSFiddle - React, Tailwind, and code Playground

by jasonhsu

HTML

<div id="lightbox">
    <h1>Lightbox</h1>
    <ul>
        <li>
            	<img src="http://thecodeplayer.com/uploads/media/lb1_small.png" data-large="http://thecodeplayer.com/uploads/media/lb1.png"/>
            <h5>Art</h5>
        </li>
        <li>
            				<img src="http://thecodeplayer.com/uploads/media/lb2_small.png" data-large="http://thecodeplayer.com/uploads/media/lb2.png"/>
            <h5>Lit</h5>
        </li>
                <li>
            						<img src="http://thecodeplayer.com/uploads/media/lb3_small.png" data-large="http://thecodeplayer.com/uploads/media/lb3.png"/>
            <h5>Light</h5>
        </li>
    </ul>
</div>