JSFiddle - React, Tailwind, and code Playground
HTML
<form id="unlock" method="post" action="a.php">
<select id="countries-list">
<option selected value="select-a-country">Please Select</option>
</select>
<input type="text" name="imei" id="imei" maxlength="15" />
<input type="button" name="check_availability" id="check-availability" value="Check Availability" />
<div id="content"></div>
<div id="accept_terms" class="termsac">
<input type="checkbox" id="uk_window" class="ukwindow" name="uk_window">My HTC phone displays the UNLOCKING WINDOW (check below <strong><a href="#instructions">Instructions</strong></a>)
<br>
<input type="checkbox" id="terms" name="terms"><b>I accept the website's <a href="/terms-and-conditions/" target="_blank">Terms and Conditions</a></b>
<br />
<input type="image" class="buy-now" id="submit-button" alt="Submit" src="http://www.myhtcunlock.com/api/images/buy-now.png">
</div>
</form>