JSFiddle - React, Tailwind, and code Playground
by BLOBBY
HTML
<div id="changecolor">U MLG M8??</div>
<hr>
<input type="button" value="YAAAAAS" onclick="myFunction"(); />
<input type="button" value="SHREK NO" onclick="myFunction"(); />
<input type="button" value="Faze M8" onclick="myFunction"(); />
<input type="button" value="NOOO GABEN PLZ NOOO!!!" onclick="myFunction();"; />
CSS
#changecolor {
color: red;
}
JavaScript
function myFunction() {
alert("U SCRUB DU U THINK U CAN GET BY DAT EASY M8?? GABEN IS TRU ILLUMINATI HYPER DEATH GOD! FAZE CLAN WILL HUNT U DOWN AND REKT U UNTIL U LEAVE SHREKSWAMP !");
}