JSFiddle - React, Tailwind, and code Playground

by rodrigonery

HTML

<!doctype html>
<html>
<head>
    <title>teste</title>
    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css" rel="stylesheet">
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">

</head>
    <body>
        
<br> 
<div class="progress progress-striped">
  <div class="bar"
       style="width: 20%;"></div>
</div>
        
<div class="progress progress-striped
     active">
  <div class="bar"
       style="width: 40%;"></div>
</div>
        
    </body>
</html>