Jelly, 3 bytes
œ&/
Input isTakes a single input argument with a list of strings.
Explanation
Reduce (/) using multiset intersection (œ&).
Jelly, 3 bytes
œ&/
Input is a list of strings.
Explanation
Reduce (/) using multiset intersection (œ&).