JSFiddle - React, Tailwind, and code Playground
by Dhanck
HTML
<div data-v-ee908340="" class="progress-spinner"><div data-v-ee908340="" class="tfv-loading"><div class="tfv-loading-progress-indicator-wrapper"><canvas width="35" height="35" class="tfv-progress-indicator tfv-loading-progress-indicator" style="height: 35px; width: 35px;"></canvas></div> <!----></div></div>
CSS
.theme-light .tfv-loading, .theme-light .tfv-loading-progress-indicator-wrapper, .theme-light.theme-nested .tfv-loading, .theme-light.theme-nested .tfv-loading-progress-indicator-wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}