Does Dash associate core component with some default class for styling?

For Dash core components like Dropdown Slider, …, does Dash associate them with some default class for styling?

I’d recommend just reading through the open source code: https://github.com/plotly/dash-core-components/blob/master/src/components/Dropdown.react.js

Thanks, I’ll go through it.