JSFiddle - React, Tailwind, and code Playground

by fmdataweb

HTML

<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<!-- Begin page content -->
    <div class="container">
    
    <div>

<p>Tick all that apply:</p>
      
<form role="form" action="continue.php" method="post">
<input type="hidden" name="selectionID" value="4567">
  <div class="checkbox">
  <label>
                <input type="checkbox" name="selection[]" value="Fever/Temperature">Apples<br>
                        <input type="checkbox" name="selection[]" value="Swelling or redness at injection site">Oranges<br>
                        <input type="checkbox" name="selection[]" value="Pain at injection site">Bananas<br>
                        <input type="checkbox" name="selection[]" value="Tired/Fatigued">Pears<br>
                        <input type="checkbox" name="selection[]" value="Irritable">Mangoes<br>
                        <input type="checkbox" name="selection[]" value="Sleep pattern change">Watermelon<br>
                        <input type="checkbox" name="selection[]" value="Other">Other<br>
            
  </label>
</div>

  <button type="submit" class="btn btn-primary">Next</button>
</form>
                
</div>
      
      
    </div>