A viewer for an article's title, with minimal formatting.

```js
const value = 'Description of a new species <i>Specius novum</i>'
;<TitleViewer value={value} />
```
