JSFiddle - React, Tailwind, and code Playground
by Mr_Vasu
HTML
<div>
<div>How to use CSS3 animation
The CSS animation feature was introduced into Webkit in 2007. In 2009 a working draft was written and added to the w3c site. Over the next three years support was gained by Firefox, Internet Explorer and finally Opera.
To use CSS animation, you first specify some keyframes for the animation - basically what styles will the element have at certain times. The browser does the tweening for you.</div>
<div></div>
<div></div>
</div>
CSS
div{width;300px; height:100px; background-color:rgba(255,50,30,0.2);color:#333; text-align:left;padding:10px;}
div>div{
background-color:green;
}