I have a series of elements in different React components to which I want to modify "dynamically" the padding. Let's imagine that I have the following:
<div className="blue-content">
<div className="menu-black">
<div className="big-content">
<div className="red-content">
*I do not always know the complete className
how could I via CSS or Javascript change the style of all the ones ending with "content"?