I have implemented error message for excel add-in using fluent UI. If the text box is empty, then it will print message in the DOM. For error message image is below
Now, this message is displaying in the React DOM. I want to display this message in the Excel anywhere. Like notification. Is this possible that we can create a custom notification which will not render in the react dom. It will show the anywhere in the excel.