JSFiddle - React, Tailwind, and code Playground

by Osvaldo

HTML

<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script>
<!-- PROGRESS BAR -->
<div class="progress mt-3" style="height: 40px;">
    <div class="progress-bar" role="progressbar" style="width: 25%; background-color: #FFA000; color: #FFFFFF; font-weight: 700;" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">25%</div>
</div>
<!-- / PROGRESS BAR -->
<p><small>Progress bar footer</small></p>


<!-- PROGRESS BAR -->
<div class="progress my-4" style="height: 40px;">
    <div class="progress-bar" role="progressbar" style="width: 25%; background-color: #FFA000; color: #FFFFFF; font-weight: 700;" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">25%</div>
    <div class="progress-bar" role="progressbar" style="width: 40%; background-color: #FF4D16; color: #FFFFFF; font-weight: 700;" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100">40%</div>
</div>
<!-- / PROGRESS BAR -->