JSFiddle - React, Tailwind, and code Playground

by Mansfield

HTML

<input id="next" type="button" value="NEXT >>" onclick="test();">

JavaScript

function test() {
 alert("hello");   
}