JSFiddle - React, Tailwind, and code Playground
HTML
<div class="2">yoooo tester </div>
JavaScript
//$(".2").css({ backgroundColor: "#FFFF88" });
$('.2').effect('highlight', {}, 3000);
<div class="2">yoooo tester </div>
//$(".2").css({ backgroundColor: "#FFFF88" });
$('.2').effect('highlight', {}, 3000);