Write a recursive function that reverses an input string. You must return the reversed string.
Explanation: Reversing letters of 'hello' gives 'olleh'.