JSFiddle - React, Tailwind, and code Playground
by goldorak
HTML
<div class="fabrice"></div>
JavaScript
const tag = document.createElement('script');
tag.src = 'https://gist.github.com/fabricepallaud/b5f6f2d0df9c90cbede0ecceb368e34d.js';
document.querySelector('.fabrice').prepend(tag);