JSFiddle - React, Tailwind, and code Playground

by steveseguin

HTML

<body id="body" style="background-color:white;">


<button type="button" style="width:200px;height:100px;">Beep!</button>
</body>

JavaScript

function beep() {
    var snd = new ...