JSFiddle - React, Tailwind, and code Playground

by Pierre LE ROUX

HTML

<input type="button" value="test" onclick="test()">

JavaScript

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