Body example:

```js
const testing = `<h3>testing body tag with HTML</h3><ul><li>test list</li></ul>`;
<Body data={testing} />;
```
