JSFiddle - React, Tailwind, and code Playground
by kevalpanchal
HTML
<div class="container">
<div class="w-100 h-100 row">
<div class="col-12">
<div class="chart" style="width: 100%;height: 500px;" [id]="'tempChart'"></div>
</div>
</div>
</div>
CSS
.w-100{
width: 100% !important;
}
.h-100{
height: 100% !important;
}