JSFiddle - React, Tailwind, and code Playground

HTML

<script>
  function test() {
    alert('Testtttt');
  }

</script>
<button onclick="test()">Click me</button>