JSFiddle - React, Tailwind, and code Playground
by Andrea Scanu
HTML
<center><svg width="90px" height="90px" version="1.1" id="worldy-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 5000 5000" style="enable-background:new 0 0 5000 5000;" xml:space="preserve">
<style type="text/css">
.st0{fill:#ff453a;}
</style>
<g>
<g>
<g>
<path class="whitesvg"...
CSS
body {
background-color: #ff453a;
}
.whitesvg {
fill: white !important;
}
svg {
margin-top: 10vh;
}
.lds-dual-ring {
display: inline-block;
width: 64px;
height: 64px;
}
.lds-dual-ring::after {
content: " ";
display: block;
width: 46px;
height: 46px;
margin: 1px;
border-radius: 50%;
border: 5px solid #cef;
border-color: #cef transparent #cef transparent;
animation: lds-dual-ring 1.2s linear infinite;
margin-top: 5vh;
margin-bottom: 5vh;
}
@keyframes lds-dual-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
/* COPYRIGHTS
------------------------------*/
.copyrights{
font-size: 12px;
color: rgba(255,255,255,0.6);
text-align: center;
width: 100%;
letter-spacing: 2px;
position: absolute;
bottom: 20vh;
}
body {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}