JSFiddle - React, Tailwind, and code Playground

by agus makmun

HTML

<!-- Suscribe Email -->
<form action='http://feedburner.google.com/fb/a/mailverify' method='post' onsubmit='window.open(&apos;http://feedburner.google.com/fb/a/mailverify?uri=seocips&apos;, &apos;popupwindow&apos;, &apos;scrollbars=yes,width=550,height=520&apos;);return true' target='popupwindow'>
    <div style='padding-left:10px; padding-bottom:10px; padding-top:10px'><input name='email' onblur='if (this.value == &quot;&quot;) {this.value = &quot;Berlangganan...&quot;;}' onfocus='if (this.value == &quot;Berlangganan...&quot;) {this.value = &quot;&quot;}' style='width:160px; height:18px' type='text' value='Berlangganan...'/> <input name='uri' type='hidden' value='seocips'/>
        <input name='loc' type='hidden' value='en_US'/>
        <input class='button' type='submit' value='SUBCRIBE'/>
    </div>
</form>

CSS

.form {
border:1px solid #ccc; /* warna garis pinggir form */
background: #ffffff /* warna background form */
padding:3px; /* spasi form */
width:100%; /* panjang form */
height:auto /* tinggi form */
}