JSFiddle - React, Tailwind, and code Playground

HTML

<div id="divLoading" style="margin: 0px; padding: 0px; position: fixed; right: 0px; top: 0px; width: 100%; height: 100%; background-color: rgb(102, 102, 102); z-index: 30001; opacity: 0.8;">
<p style="position: absolute; color: White; top: 50%; left: 45%;">
Loading, please wait...
<img src="http://pulse.sindlab.com.pk//images/ajax-loading.gif">
</p>
</div>