JSFiddle - React, Tailwind, and code Playground

by Himanshu Joshi

HTML

<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
  <div class="container">
	<div class="row clearfix">
		<div class="col-md-12 column">
			<h3>
				How to complete this survey?
			</h3>
		</div>
	</div>
	<div class="row clearfix">
		<div class="col-md-12 column">
			<p>If you are returning to complete a survey you started earlier, enter the Recall Code you were given and press the ‘Recall Existing Survey’ button.</p>
			<div class="row clearfix">
				<div class="container" style="
    display: inline-block;
    width: 100%;
">
                    <span style="
    /* width: 20%; */
    /* margin: 0; */
">Recall Code</span>
                    <input type="text" style="
" class="col-md-offset-4">
					 <button type="button" class="btn btn-default">Recall Existing Survey</button>
				</div>
			</div>
			<p></p>
		</div>
	</div>
	<div class="row clearfix">
		<div class="col-md-12 column">
            <p>If you have not started this survey before press the ‘Start New Survey’ button. You will be allocated a new recall code that can be used later if needed.</p>
			 <button type="button" class="btn btn-default">Start New Survey</button>
		</div>
	</div>
</div>