.trc {
  clip-path: 
    polygon(
      calc(100% - 20px) 0%,    /* top right */
      100% 20px,               /* top right */
    );
}