Given a list of integers, write a function to return the second largest element from the list.
[5, 2, 10, 8, 3]
8
Bot