JSFiddle - React, Tailwind, and code Playground
by AshThakur
HTML
<!-- Begin Connect Signup Form -->
<link href=https://assets.brandbot.com/forms/embed/embed.css rel="stylesheet" type="text/css">
<style type="text/css">
/* Add your own style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id="bb_form">
<form method="post" action="https://microservices.brndbot.net/forms/answers" name="bcpp2f" id="bb_form_inner">
<div id="alert"></div>
<div class="form-group"><input type="email" name="bb_email" id="bb_email" class="form-control" required="required" placeholder="Email Address"></div>
<div class="form-group">
<input type="hidden" name="bb_uuid" id="bb_uuid" value="9026d97f-5701-4c6c-bc27-08979d14031d">
<button type="submit" class="btn sub-btn" id="bb_submit" style="background-color: #FAB814; border-color: #FAB814; color: white;">Subscribe</button>
</div>
</form>
</div>
<script>window.jQuery || document.write('<scr'+'ipt src=https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js></scr'+'ipt>') </script>
<script src=https://assets.brandbot.com/forms/embed/embed.js?id=bcpp2f></script>
<!-- Ending Connect Signup Form -->