JSFiddle - React, Tailwind, and code Playground

by linoskoczek

HTML

<script>
function calculate(var dupa) {
console.log(dupa*2);
}
</script>

<input type="text" id="XD" />
<button onclick="calculate(document.getElementById('XD').value())">
dupa1
</button>