JSFiddle - React, Tailwind, and code Playground
by HYEONGJINKIM
HTML
<link rel="stylesheet" href="http://jschr.github.io/textillate/assets/animate.css">
<script src="http://jschr.github.io/textillate/jquery.textillate.js"></script>
<script src="http://jschr.github.io/textillate/assets/jquery.lettering.js"></script>
<div id="example" contenteditable="true">
Everything contained within this div is editable in browsers that support
</div>
JavaScript
$('#example').textillate({ in: { effect: 'rollIn' }, loop:true });