How to add multiple classes to a ReactJS Component?

Normally big projects need it to be dynamic or having different reusable CSS classes which can be applied to multiple DOM elements, also there are some common CSS in two classes which can be separated as one common class and…