Bug in v5.13.0: classNames like the Tailwind-Class `bg-blue-900` are ignored somehow: ``` <Tooltip className="z-50 bg-blue-900" id="Home" delayShow={200}> Home </Tooltip> ``` With v5.12.0 everything works just fine.