JSFiddle - React, Tailwind, and code Playground

by shivaay123

HTML

<html>
  <body>
    <script>
function doSomething() {
  alert("hello shiv")
}
</script>
<a href="javascript:doSomething();">click me</a>
  </body>
</html>