O T P Component - Copy this React, Tailwind Component to your project
<div class="tab pane fade show active" id="mobile" role="tabpanel"> <div class="form group"> <input type="text" maxlength="10" class="form control mobile1" placeholder="Mobile Number" id="mobile number123" required> </div> <div class="form group"> <input type="text" class="form control dob input" id="dob" placeholder="Date of Birth" required> </div> <div style="display: flex;column gap: 5px;margin top: 10px;"> <i class="bi bi lightbulb" style="color: orange;"></i> <small>DOB will effect your cover value</small> </div> <div class="form check form check inline"> <input class="form check input" type="checkbox" id="terms" value="" > <label class="form check label" for="inlineCheckbox1"> <small style="font size: 11px;"> I agree to the <span class="check box text"> Terms of Usage </span>and <span class="check box text"> Privacy Policy </span> </small> </label> </div> <button type="button" class="btn btn danger" id="mobile" style="border radius:13px">PROCEED</button> </div> provide code for send otp by using fake api in jquery
