JSFiddle - React, Tailwind, and code Playground

by mowglisanu

HTML

<script type="text/vbscript">
    Sub greet()
       alert("Hello")
    End Sub
    greet()
</script>