JSFiddle - React, Tailwind, and code Playground

by andypotanin

HTML

<script src="//cdn.usabilitydynamics.com/udx.requires.js"></script>

JavaScript

require( ['udx.wp.theme'], function( ready ) {
   console.log( 'udx.wp.theme callback', typeof ready ); 
    
    ready();
    
});