JSFiddle - React, Tailwind, and code Playground

by Mehmet Alp

HTML

<form>
    <input type="text" value="test">
    <input type="text" value="2">
    <input type="text" value="3">
    <button onclick="openDialog();" value="Gözat"></button>
    <button onclick="formSubmit();" value="Gözat"></button>
</form>