You could also probably accomplish that with a simple styles module like this:
<div>Everyone sees this part of the message</div>
<div showto="gm Sillvva">Only the GM and Sillvva see this part.</div>
Hooks.on('ready', () => {
let style = document.createElement('style');