JSFiddle - React, Tailwind, and code Playground
HTML
<h1>Extreme bundling</h1>
<p>Here we <button onclick="letsgo(this);">go</button></p>
<img alt="" src="" class="icon1" />
<p class="misty">
Can you <span class="box">see</span> me?
</p>
<img alt="" src="" class="icon2" />
JavaScript
// JavaScript
window.letsgo = function (btn) {
$(btn).css('background-color', 'aqua');
}
// CSS & fonts
$('head').append("<style>\n h1{color:green;font-family:latoregular;}\n button{background-color:yellow;}\n .misty{color:grey;}\n .box{border:thin solid red;}\n @font-face { font-family:'latoregular'; src:...