Is there a way to simulate text cursor using HTML/JavaScript? [closed]

My use case is that I have inputs that are synced, i.e. if user is typing to one input, all the same content is replicated to the synced inputs.

I would want to indicate this by showing the text cursor on the inputs that are being synced.

Is there a way to to do this using HTML or JavaScript?

enter image description here