Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The ::target-text
CSS pseudo-element represents the text that has been scrolled to if the browser supports text fragments. It allows authors to choose how to highlight that section of text.
::target-text { background-color: pink; }