JSFiddle - React, Tailwind, and code Playground

by leethelobster

HTML

<div class="c">
  <div class="bar">
  
  </div>
</div>

CSS

.c {
  background: #ccc;
  height: 20px;
  width: 400px;
}

.bar {
  background: green;
  width: 10%;
  height: 100%;
}

JavaScript

// 1. Make a progress bar from 0-100
//