JSFiddle - React, Tailwind, and code Playground
JavaScript
var el = document.createElement('script');
el.async = 'lolwat';
document.body.appendChild(el);
console.log(el.async, el.getAttribute('async'))
var el = document.createElement('script');
el.async = 'lolwat';
document.body.appendChild(el);
console.log(el.async, el.getAttribute('async'))