export default function PlainText(props: { children: React.ReactNode; selected: boolean }) { if (props.selected) { return (