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>Your Recall Code</h3>
			<p>
				You have been allocated a survey recall code which can be used to log in to the survey if you wish to finish your response at a later time. Your recall code is:
                

{RECALL_CODE}

Please write this code down for future reference. You can return to the survey and log in with this code in the future. Press the Start Survey button below to begin the survey.
			</p>
		 <button type="button" class="btn btn-default">Default</button>
		</div>
	</div>
</div>