Any help would be greatly appreciated as I am struggling with creating a web page featuring tabs for "London, New York, Shanghai". The initial page displayed is the "welcome" page with the other tabs hidden on load.
I successfully implemented a carousel for images in the "London" tab, but encountered an issue when attempting to replicate the code for the "New York" tab. Despite updating variables and renaming elements, the New York Carousel is unexpectedly displaying as display:block instead of the intended display:none specified in the CSS.
This problem persists across multiple pages, although Tailwind may not be the source of the issue.
You can review my code at https://github.com/Nikita0x/Nikita0x.github.io/tree/main/cities
I have thoroughly checked for typos, unclosed tags, and ensured consistency between cases, yet I cannot seem to resolve the issue. I referenced this tutorial - https://www.w3schools.com/howto/howto_js_slideshow.asp
However, it appears that .mySlides_ny {display:none} is being disregarded.