how to dynamically apply classes based on response in reacrjs code example Example: dynsmic calss in react add className={`box ${isBoxVisible ? "" : "hidden"}`}