JSFiddle - React, Tailwind, and code Playground

HTML

<div id="test">foo</div>

CSS

#test { display: none; }

JavaScript

$('#test').fadeIn();