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==&quot;Введите ваше имя&quot;) this.value=&quot;&quot;" onblur="if(this.value==&quot;&quot;) this.value=&quot;Введите ваше имя&quot;" value="Введите ваше имя"><br>
		  <input name="email" type="email" class="input1" onfocus="if(this.value==&quot;Введите ваш e-mail&quot;) this.value=&quot;&quot;" onblur="if(this.value==&quot;&quot;) this.value=&quot;Введите ваш e-mail&quot;" 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>