For both, you need to wrap the field and the icon, or the bell, and the text with padding and border radius in divs, and set to the overlapping elements, position absolute.
I’m also trying to implement notifications to my web app dashboard, but I’m still figuring out how am I going to build this.
Could you please share your thoughts on how to build it? Should I create a table to keep all notifications that are being sent? How to trigger notifications to specific users? How to manage notifications that have already been read by the user?