const FakeSelect: React.FC< Readonly<{ innerText: string; }> > = ({ innerText }) => { return (
{innerText}