JSFiddle - React, Tailwind, and code Playground

by pleinx

HTML

<img src="https://placehold.it/50x50">

JavaScript

document.querySelector('.euerNicerTrigger').addEventListener('click', () => {
  const tag = document.createElement('script');
  tag.src = "https://code.jquery.com/jquery-3.3.1.js";

  const firstScriptTag = document.getElementsByTagName('script')[0];
  firstScriptTag.parentNode.insertBefore(tag, firstScriptTag);
});

window.onBubbleGalleryReady = (e, instance) => {
	instance.open(e.target.dataset.index);
};