JSFiddle - React, Tailwind, and code Playground

by Arnaud

HTML

<div id="parent">
<div id="nom">
toto
</div>
<form id="enfant">

<input type="text" value="test" />
<input type="submit" value=envoyer>

</button>
</form>
</div>