JSFiddle - React, Tailwind, and code Playground

by malikzh

HTML

<form action="https://ticket.sabyrzhanayrin.com/buy.php" method="GET">
<input type="hidden" name="type" value="1">
<input type="email" name="email" placeholder="Введите E-mail">
<input type="text" name="name" placeholder="Введите имя (необязательно)">

<button type="submit">
   Купить
</button>
</form>