interface Props {
  name: string;
  state: Tags.State;
  dispatch: (action: Tags.Action) => void;
}