JSFiddle - React, Tailwind, and code Playground

by Shidhin C R

HTML

<form action="#" method="post" id="zipPopupForm" style="visibility:hidden">
    <div style="width:0px;height:0px;position:absolute;left:-100px;top:-100px;overflow:hidden">
        <input type="text" autocomplete="off">
        <input type="submit" onclick="var b=document.getElementById('go12'); if (b!=null && b.onclick!=null && typeof(b.onclick) != 'undefined') {  var r = b.onclick.bind(b)(); if (r != false) b.click(); } else { b.click(); };  return false;" name="go">
    </div>        
    <div id="feedback13" class="feedbackPanel"></div>
    <div class="clearfix">
    <div id="title14" class="title">Enter zip code</div>
        <input type="text" placeholder="ZIP" value="" name="zip" maxlength="5">
        <input type="button" onclick="alert('onclick worked !!!');return false;" id="go12" name="go" value="GO" >
    </div>
</form>

<input type="button" onclick="javascript:document.getElementById('zipPopupForm').style.visibility='visible'" value="show the form"/>