JSFiddle - React, Tailwind, and code Playground
HTML
<form name="giocatori">
<input name="giocatore1">
<input name="giocatore2">
<input type="submit" value="gioca!">
</form>
<p style="display:none">
board del gioco
</p>
<form name="giocatori">
<input name="giocatore1">
<input name="giocatore2">
<input type="submit" value="gioca!">
</form>
<p style="display:none">
board del gioco
</p>