faker.js lorem

import Faker from 'faker'

<span>{Faker.lorem.paragraph()}</span>
Hjmcoder