JSFiddle - React, Tailwind, and code Playground

by cathead

JavaScript

// Delays Drift until first scroll
document.addEventListener('scroll', function() {
    /*return LoadDriftWidget();*/
    console.log('foo')},
    { once: true, }
);