General:
/(?!([withStyles]))<([^"]+)>/
Javascript:
text.match(/(?!([withStyles]))<([^"]+)>/);VS Code/Ripgrip
withStyles[^>]*>
General:
/(?!([withStyles]))<([^"]+)>/
Javascript:
text.match(/(?!([withStyles]))<([^"]+)>/);VS Code/Ripgrip
withStyles[^>]*>