JSFiddle - React, Tailwind, and code Playground

by sandro_paganotti

HTML

<form name="giocatori">
    <input name="giocatore1">
    <input name="giocatore2">
    <input type="submit" value="gioca!">
</form>
        
<p style="display:none">
    board del gioco
</p>