Notification item.

```js
<NotificationItem
  icon="layers"
  title="Upcoming Event: Notification Title"
  description={`
  Lorem Ipsum is simply <b>dummy text of the printing</b> and typesetting industry. <a href="/#">Lorem Ipsum</a> has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
  `}
  date="2023-08-23"
/>
```