JSFiddle - React, Tailwind, and code Playground
by j08691
HTML
<div>
<input type="button" value=" Start " onclick="startTimer()" />
</div>
JavaScript
function startTimer() {
alert("startTimer");
}
by j08691
<div>
<input type="button" value=" Start " onclick="startTimer()" />
</div>
function startTimer() {
alert("startTimer");
}