A viewer for plain text, with no formatting.

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