JSFiddle - React, Tailwind, and code Playground

by mariocatch

HTML

<script>
	function Foo() {
  alert('Bar');
  }
</script>

<button onclick="Foo()"></button>