// Use this in you return clause {Students.students.map((item, i) => ( <tr key={i}> <td>{item.name}</td> <td>{item.department}</td> </tr> ))}