JSFiddle - React, Tailwind, and code Playground

by j08691

HTML

<div>
    <input type="button" value=" Start " onclick="startTimer()" />
</div>

JavaScript

function startTimer() {
    alert("startTimer");
}