Fetch country based on user's choice In /components/Countries.jsx, fetch the country's data based on the user's input. Goal The DOM should update once in the beginning And whenever the user changes country in the dropdown Syntax of useEffect useEffect(() => { }, [dependency])