Copy-Paste Tax shows up when one wording, style, or bug has to be fixed in ten places because it was duplicated instead of shared.
ELI5
If you write the same note ten times, you must fix it ten times.
In practice
Move repeated UI, labels, or logic into a component, data file, or helper when repetition starts slowing changes.