JSFiddle - React, Tailwind, and code Playground

by Shang-De You

HTML

<button type="button" onclick="draw()">
  查詢圖表
</button>

JavaScript

function draw(){
	alert("")
}