JSFiddle - React, Tailwind, and code Playground

by the_archer

HTML

<head>
    <title>Simple Image Zoomer</title>
</head>
<body>
    <a href="#"><img src="#" alt="small"/></a>
        <a href="#"><img src="#" alt="small"/></a>
        <a href="#"><img src="#" alt="small"/></a>
        <a href="#"><img src="#" alt="small"/></a>
</body>