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('http://feedburner.google.com/fb/a/mailverify?uri=seocips', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true' target='popupwindow'>
<div style='padding-left:10px; padding-bottom:10px; padding-top:10px'><input name='email' onblur='if (this.value == "") {this.value = "Berlangganan...";}' onfocus='if (this.value == "Berlangganan...") {this.value = ""}' 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 */
}