JSFiddle - React, Tailwind, and code Playground

by Artem Borovikov

HTML

<!DOCTYPE html>
<html lang="en">

  <head>
    <meta charset="UTF-8">
    <title>Document</title>
  </head>

  <body>
    <a href="">
      <picture>
        <img loading="lazy" src="/images/client/sections/section-gallery/section-gallery-image-02.jpeg" alt="" class="gallery-grid__media">
      </picture>
    </a>
  </body>

</html>