JSFiddle - React, Tailwind, and code Playground

HTML

<form>

 <div class="responsive_contactForm_label">
 <label for="name">No</label>
 
 <input name="form[a_name]" id="name" value="" maxlength="100">
 </div>
 <div class="responsive_contactForm_label">
 
 <input name="form[a_phone]" id="phonenr" value="" maxlength="20" style="margin-top: 2px">

 </div>
 <div class="responsive_contactForm_label">
 
 
 <input name="" id="" value="" maxlength="50">
 <div id="account_not_verified"></div>
 </div>
 
 
 
 
 
 
 </form>