JSFiddle - React, Tailwind, and code Playground
by murgiaMarco
HTML
<style>
.loaderCustom{display:block;position:fixed;top:50%;left:50%}.lds-loaderCustom{display:block;position:relative!important;width:64px;height:64px;margin:0 auto}.lds-loaderCustom div{display:inline-block;position:absolute;left:6px;width:13px;background:#438fb9;animation:lds-facebook 1.2s cubic-bezier(0,.5,.5,1) infinite}.lds-loaderCustom div:nth-child(1){left:6px;animation-delay:-.24s}.lds-loaderCustom div:nth-child(2){left:26px;animation-delay:-.12s}.lds-loaderCustom div:nth-child(3){left:45px;animation-delay:0}@keyframes lds-loaderCustom{0%{top:6px;height:51px}100%,50%{top:19px;height:26px}}
</style>
<div class="loaderCustom">
<div class="lds-loaderCustom">
<div></div>
<div></div>
<div></div>
</div>
</div>