I have a system in React, system based on adding multiple accounts. the system at the first time you open it has the blank inputs and form when you filling fields input and click on (+Add account) button, system automatically will add your data bellow as the same shape of form you filled and having to ability to edit again and click save,
The question how can I generate dynamically new Html tag input in JSX by React and save it if I return to the same page.
Blank form before adding account
after adding a new account, system adding the form below with its data with the ability of editing and save with new button differ from (+Add account)

