JSFiddle - React, Tailwind, and code Playground

HTML

<script src="http://imapo.ru/js/raindrops.js"></script>
<script src="http://imapo.ru/js/jquery.easing-1.3.min.js"></script>
<div class="blockDtl active" id="example1">IMAPO.RU</div>

CSS

.blockDtl {
  width: 200px;
  height: 100px;
  text-align:center;
}

JavaScript

jQuery('#example1').raindrops({
  color: '#f77b7b',
  canvasHeight: 100,
  waveLength: 70,
  waveHeight: 70,
  rippleSpeed: 0.01,
  frequency: 3,
  density: 0.03
});