JSFiddle - React, Tailwind, and code Playground
by podgorniy
JavaScript
(function() {
'use strict';
function addWrapper (node) {
//
}
window.onload = function () {
var node;
node = document.getElementById('my-node');
addWrapper(node);
}
}());