JSFiddle - React, Tailwind, and code Playground
by SwampFall
HTML
<input id='input' /><button onclick='btnClick()'>NOt tHe buTtON</button>
<div id='output' style='background:#efabcd'>
Blub :3
</div>
haha was joking xd sleep tight and stuff ^^
I do have a question tho :3 haha xd
Oh wait nvm, I think I asked before xd
you hf tunneling :3
ofc :3
CSS
lolol okok nighttttt
wait i wanna tunnel before i sleep real quick lol
yeah wassup :3
lol uhhhh ok xD
tect me on ph for a bit while i tunnel then haha
lets program again tomorrow xD
ok baiiiiii
JavaScript
var output = document.getElementById('output');
//output.innerHTML = 'i dont know what im doing?'
var input = document.getElementById('input')
//input.value = 'I DUNNO WHAT IM DOING UWU'
function btnClick() {
output.innerHTML = 'Hi, I am ' + input.value
}