I have the following code where / AboutDescription / is a component that has a div loaded with information and styles css, and / ReactTooltip / is an NPM dependency, there is some dependency that allows me to create a tooltip, loading me the css content that I have in Stylus?
<ReactTooltip id='global'
aria-haspopup='true'
role='example'
place='right'
html='true'
event='e.g. click'
className=".study-description .description-about .about-title"
active={this.state.isTooltipActive}
>
<AboutDescription/>
</ReactTooltip>