I am working on a kind of a document editor with keywords.
each keyword is generated in the server on creation and its a random UUID which is not readable.
Then in the editor users have the option to use them and later generate from a form documents.
I would like to add a kind of a div above the text of the keywords that would only be visible for the users using the document and would not be saved to the document on the server side.
I thought of using html divs or something like this.
If anyone has done anything like this let me know