JSFiddle - React, Tailwind, and code Playground

by Dedi Wibisono

HTML

<button onclick="check()">test</button>

JavaScript

function check(){
	console.log('dedi')
}