React – Advice on creating a line that vertically scrolls a container, which represents the current time
In my React app, I need to make a horizontal line that goes across the width of one of the divs. The div itself is scrollable. The horizontal line is supposed to be a respresentation of the current time. I can’t use CSS animations because the lines will be desynced if someone opens up the app on a different browser.