JSFiddle - React, Tailwind, and code Playground
by Himanshu Joshi
HTML
<script src="https://code.jquery.com/jquery-3.1.1.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<div class="row">
<div class="termsChild col-md-12 col-sm-6">By clicking submit the user accepts the <a href="">terms of agreement</a>
<span>and <a href="">privacy policy</a> </span>
</div>
</div>