If you are developing a web application using React (JSX) and have adopted the CSS modules approach based on the babel-plugin-react-css-modules plugin.
One day, you may want to switch back to the native CSS modules approach.
It means you want to convert <div styleName="container"/> to AA <div className={styles.container}/>.