A viewer for a note, with some formatting and sections.

```js
const value = faker.lorem.sentence(200)
;<NoteViewer value={value} />
```
