JSFiddle - React, Tailwind, and code Playground

by halirgb

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">
        <div class="jumbotron text-center">
             <h1>Printshop.ro</h1>

            <p>Create your printables online on the fly!</p>
            <p>1000+ templates or use your own artwork, fast cheap delivery</p>

            <button class="btn btn-success btn-lg" data-toggle="modal" data-target="#myModal">Start             Now</button>

        </div>
    </div>
</div>

<!-- Modal categories-->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
  <div class="modal-dialog">
    <div class="modal-content">
      <div class="modal-header">
        <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
        <h4 class="modal-title" id="myModalLabel">Select Category</h4>
      </div>
      <div class="modal-body">
        <div class="wizard">
            <div class="select-category">
                <div class="list-group">
                  <a href="#" class="list-group-item">Business Card <span class="badge">2370</span></a>
                  <a href="#" class="list-group-item">Poster(comming soon) <span class="badge">0</span></a>
                  <a href="#" class="list-group-item">Flyer (comming soon) <span class="badge">0</span></a>
                  <a href="#" class="list-group-item">Envelope (comming soon) <span class="badge">0</span></a>
                  <a href="#" class="list-group-item">invitation (comming soon) <span class="badge">0</span></a>
                </div>
            </div>
            <div class="select-Model">
                Models here
            </div>
            <div class="select-Design">
                Select Design
            </div>
           ...