JSFiddle - React, Tailwind, and code Playground

by Sivaranjani

HTML

<div id="PhotoGallery" style="width:50px;border:1px solid #000000">
<marquee scrollamount="2" direction="left">
    <img src="http://w3schools.com/images/colormap_80.gif" width="50px" height="50px" name="Images" />
    <img src="http://img.dinamalar.com/data/thumb/Tamil_News_thumb_489193.jpg" width="50px" height="50px" name="Images" />
    <img src="https://lh3.googleusercontent.com/-CuhhMbx1liA/AAAAAAAAAAI/AAAAAAAAAAA/_pO8TSPiDQU/s27-c/photo.jpg" width="50px" height="50px" name="Images" />
</marquee>
</div>