JSFiddle - React, Tailwind, and code Playground
HTML
<div>
</div>
JavaScript
$(document).ready( function(){
$('div').html("Test 123.").delay(1000).fadeOut(1000);
});
<div>
</div>
$(document).ready( function(){
$('div').html("Test 123.").delay(1000).fadeOut(1000);
});