JSFiddle - React, Tailwind, and code Playground
by NibblyPig
HTML
<p style='background-color:orange; display:none' id='myP'>This is some text</p>
JavaScript
$('#myP').fadeIn(1500).animate({'background-color':'#ffffff'}, 750);
by NibblyPig
<p style='background-color:orange; display:none' id='myP'>This is some text</p>
$('#myP').fadeIn(1500).animate({'background-color':'#ffffff'}, 750);