JSFiddle - React, Tailwind, and code Playground

HTML

<script src="https://raw.github.com/jquery/jquery-color/master/jquery.color.js"></script>
<div id="content">Lorem ipsum dolor sit</div>

CSS

#content { color: green; background-color:black; }

JavaScript

$("#content").animate({backgroundColor: "white"}, 3000);