JSFiddle - React, Tailwind, and code Playground

HTML

<div id="searchdiv">Whats up</div>

JavaScript

$('#searchdiv').fadeOut(1000).fadeIn(2000);