JSFiddle - React, Tailwind, and code Playground

by feklee

HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml"
      xml:lang="en" lang="en">
  <head>
    <title>Test</title>
  </head>

  <body>
    <form action="http://www.findusgeburtstag.de/tinc"
          method="post">
      <div>
        <input type="hidden" name="try"
               value="true" />
        <input type="hidden" name="RegistrationFormID"
               value="104523" />
        <input type="hidden" name="key"
               value="x52a7HM1" />
        <input type="hidden" name="Salutation"
               value="" />
      </div>
      <p>
        <label for="EMail">Email-Adresse:</label>
        <input type="text" name="EMail" id="EMail" />
      </p>
      <p>
        <label for="FirstName">Vorname:</label>
        <input type="text" name="FirstName"
               id="FirstName" />
      </p>
      <p>
        <input type="submit" value="Anmelden" />
      </p>
    </form>
  </body>
</html>