JSFiddle - React, Tailwind, and code Playground
by Ivin Raj S
HTML
<div class="form-group"><p style="color: black;">
Are you still attending secondary school? <div class="form-group-radio1" >
<input type="radio" name="gender" value="yes" checked>Yes<br>
<input type="radio" name="gender" value="no"> No<br> </div>
</div>
<div class="form-group">
<p style="color: black;">
Have you successfully completed any qualifications? </p>
<input type="radio" name="gender" value="yes1" checked>Yes<br>
<input type="radio" name="gender" value="no1"> No<br> </div>