Reverse Word Order

Write a function that takes as argument a string containing multiple words and returns a string containing the same words in reverse order.
Eg., input = 'India is a democracy'; output = 'democracy a is India'