JSFiddle - React, Tailwind, and code Playground
by Vallek
HTML
<h2>Форма подписки на рассылку</h2>
<form action="" method="GET">
<label for="email">Ваша почта</label>
<input type="email" id="email" placeholder="[email protected]">
<button type="submit">Подписаться</button>
</form>