JSFiddle - React, Tailwind, and code Playground

HTML

<h3>Test</h3>
<div class="container">
<div class="progress">
<div class="progress-bar progress-bar-danger progress-bar-striped active" role="progressbar" aria-valuenow="30" aria-valuemin="30" aria-valuemax="100" style="width:90%"></div>
</div>
</div>

CSS

h3 {
    border-radius:8px;
    border: black 1px dashed;
    width:150px;
    padding:0 5px;}