I've been attempting to implement a transition effect using TailwindCSS, but I haven't found an updated version with the latest features.
Here's the code snippet:
<div id="fadeInElement" className={visible ? " w-2/3 px-5 transition-height duration-500 ease-in-out h-full" : " hidden h-0"} >
McClintock, a Latin professor at Hampden-Sydney College in.....
</div>
Although I added the height property to my tailwindcss config file to enable the use of the height property, the animation still doesn't seem to work. It only displays and hides without transitioning.