JSFiddle - React, Tailwind, and code Playground
by vovkasolovev
HTML
<div>
<div>
<div>
<h1>
Find and add
</h1>
</div>
</div>
</div>
JavaScript
// Отключение Elementor Lightbox
$( document ).ready(function() {
$('.e-gallery-item').data('elementor-open-lightbox', 'no');
//$('.elementor-image-gallery img').featherlight('image','');
});