JSFiddle - React, Tailwind, and code Playground

by nocturnesound

HTML

<form action="/" method="get">
	<input type="email" name="email" placeholder="адрес электронной почты">
	<input type="hidden" name="id_user" value="1414">
	</form>
	<form action="/" method="get">
	<input type="text" name="password" placeholder="введите пароль">
	<input type="hidden" name="id_user" value="1414">
	<input type="submit" value="отправить">

</form>