Closed Abdubek closed 5 years ago
<div> { arr.map(item => <span>Some text</span>) } </div>
and eventually get
<div> <span>Some text</span> <span>Some text</span> <span>Some text</span> <span>Some text</span> </div>
and eventually get