JSFiddle - React, Tailwind, and code Playground
by Cath_kb
HTML
<p>Math.random() returns a random number between 0 and 1.</p>
<button onclick="myFunction()">Try it</button>
<p id="demo"></p>
JavaScript
function myFunction() {
console.log("123");
};