JSFiddle - React, Tailwind, and code Playground

by SwampFall

HTML

<input id='input'/>
<button id='button'>
*like button*
</button>
<div id='output'></div>
 
LOL yey lol haha thanksthanks
udon haha XD i accidentally press restart lol
yep haha yeetslol the run button gone again
btw baiiiiiiiiiiiiiiiii ima leave now hahalol ok

CSS

it added a "hello" under the textbox :3

haha cute :3 but enjoy your food soon ^^ what you making? :3

udon? noodly things? ye I saw you said in PH :3 I get a notification when you say smth there :3
xD poor you xD 
byee ^^ I'll save this so we can continue later maybe :3

JavaScript

// don't worry about this part
// it's just so that you can click the button
document.getElementById('button').addEventListener('click', click);

function click() {
	// like this?
  document.getElementById('output').innerHTML='hihihihihi jk'
	alert('This user has placed you in their blocklist!');
}