JSFiddle - React, Tailwind, and code Playground
HTML
<body class="modernGrey">
<div class="Loading"></div>
</body>
CSS
.Loading{
background:url('http://i.stack.imgur.com/FhHRx.gif') no-repeat center;
width:31px;
height:31px;
}