This is a Web Component. Just install and import it, somewhere in your app.
npm install liquid-loading
import React from "react";
import ReactDOM from "react-dom";
import "liquid-loading";
ReactDOM.render(
<liquid-loading></liquid-loading>,
document.getElementById("root")
);
<!DOCTYPE html>
<html>
<head>
<script src="https://unpkg.com/liquid-loading"></script>
</head>
<body>
<liquid-loading></liquid-loading>
</body>
</html>
This is a wrapper around a CodePen project by Mikael Ainalem. It is thus published under the original license.