When there is no expressions and variables used in curly braces, template literals and computed properties, we should be able to extract classNames from them.
<div className={'aaa'} />
<div className={`aaa`} />
<div className={classNames(`aaa`, { ['aaa']: true, [`aaa`]: true })} />