JSFiddle - React, Tailwind, and code Playground

by Mathias Bynens

JavaScript

var el = document.createElement('script');
el.async = 'lolwat';
document.body.appendChild(el);
console.log(el.async, el.getAttribute('async'))