JSFiddle - React, Tailwind, and code Playground

by Sergey khorev

HTML

<form action="https://formspree.io/[email protected]" method="POST" />

                <div class="work-request--information">
                  <div class="information-name">
                    <input id="name" type="text" spellcheck="false">
                    <label for="name">Имя</label>
                  </div>
                  <div class="information-email">
                    <input id="email" type="email" spellcheck="false">
                    <label for="email">Email</label>
                  </div>
                </div>
                <input type="submit" value="Отправить">