JSFiddle - React, Tailwind, and code Playground
by shapeshifta
HTML
<div id="wumms"></div>
JavaScript
var test = function( text ){
document.getElementById('wumms').innerHTML += text.big().bold().blink() + '<br />';
}
test('rumms');
by shapeshifta
<div id="wumms"></div>
var test = function( text ){
document.getElementById('wumms').innerHTML += text.big().bold().blink() + '<br />';
}
test('rumms');