const listOfLongText = [.....]; listOfLongText.map((text,i) => { <Paragraph ellipsis={{ rows: 2, expandable: true }}> {text} </Paragraph> })