JSFiddle - React, Tailwind, and code Playground
by Alexandr Loginov
HTML
<form action="https://app.getresponse.com/add_subscriber.html" accept-charset="utf-8" method="post" class="form" target="_blank">
<input name="name" type="text" class="input1" onfocus="if(this.value=="Введите ваше имя") this.value=""" onblur="if(this.value=="") this.value="Введите ваше имя"" value="Введите ваше имя"><br>
<input name="email" type="email" class="input1" onfocus="if(this.value=="Введите ваш e-mail") this.value=""" onblur="if(this.value=="") this.value="Введите ваш e-mail"" value="Введите ваш e-mail"><br>
<input type="hidden" name="campaign_token" value="pmvdd"><br>
<input type="submit" class="submitbtn" value="ПОЛУЧИТЬ ДОСТУП">
<input type="hidden" name="thankyou_url" value="http://cpainside.com/start/thanks.html">
<input type="hidden" name="start_day" value="0">
</form>