JSFiddle - React, Tailwind, and code Playground
by Anupama
HTML
<link rel="stylesheet" href="http://daneden.github.io/animate.css/animate.min.css">
<div class="box fadeIn animated"></div>
CSS
.box {
width:200px;
height:200px;
background:#cacaca;
}