JSFiddle - React, Tailwind, and code Playground

by Guddu Kumar

HTML

<div class="loader-h"></div>
<style>
.loader-h{display:block;width:0%;height:3px;z-index:1000002;background:#9acd32}.loader-h.full{-webkit-animation-name:loading;-webkit-animation-duration:8s;animation-name:loading;animation-duration:8s;animation-fill-mode:forwards}@media only screen and (max-width:768px){.loader-h{background:#fff}}@-webkit-keyframes loading{0%{width:0%}25%{width:40%}50%{width:70%}75%{width:85%}100%{width:97.5%}}@keyframes loading{0%{width:0%}25%{width:40%}50%{width:70%}75%{width:85%}100%{width:97.5%}}</style>