JSFiddle - React, Tailwind, and code Playground

by rodrigonery

HTML

<!doctype html>
<html>
    <head>
        <title>Yuri Responsive!</title>
        <link type="text/css" href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
    <link type="text/css" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css" rel="stylesheet">
    </head>
<body>
<div class="container-fluid row-fluid">
<div class="progress progress-striped
     active">
  <div class="bar"
       style="width: 40%;"></div>
</div>
</div>
</body>
</html>