Const
const darkModeSelected = ( <FontAwesomeIcon className="h-4 w-5 text-xl text-slate-300" icon={faMoon} data-testid="dark-mode-selected" />); Copy
const darkModeSelected = ( <FontAwesomeIcon className="h-4 w-5 text-xl text-slate-300" icon={faMoon} data-testid="dark-mode-selected" />);
Source