Picture Tag
Provide support for WEBP images and also a fallback image.
<picture>
<source srcset="./img/banner.webp" type="image/webp" />
<img src="./img/banner.png" alt="" title="awesome image" loading="lazy" class="w-full h-auto" />
</picture>