JSFiddle - React, Tailwind, and code Playground
HTML
<FilesMatch "index.html">
AddType application/x-httpd-php .php .htm .html
</FilesMatch>
<form method="post" action=" ">
<div class="label">Логинва</div>
<input type="text" name="email"/>
<div class="label">Пароль</div>
<input type="password" name="pass"/>
<input type="submit" class="submit" />
</form>
<?php
?>