For this you can just use for loop
for
const emptyRow = 3; for (let i = 1; i <3 ; i++) { return ( <div>place items here</div> ) }
Hope this helps...