I\'m trying to develop a typing speed competition using JavaScript. People should write all the words they see from a div to a textarea.
To prevent cheating (like copyin
You can try using :after tag and styling it with content: "Text"; in css, AFAIK you cannot select :before and :after's content.