React state updates are asynchronous, so UI changes might not appear instantly if you're not reflecting the state visually. To show the active (clicked) button right away, use a separate state (like clickedOption) and conditionally apply a CSS class to highlight the selected button.