Can I make an MUI List item trigger a HTML Script for Jira Issue Collector?

I have a sidebar made with MUI. One of the sidebar options is feedback. I want to use the Jira Issue Collector on this feedback option, but I have not been able to get the script to work with the ListItem.

The Script and ListItem:


<script type="text/javascript" src="link" ></script>

<ListItem
    button
    // component="a"
    // href="#"
    // target="_blank"
>
    <Typography className={classes.closedTxt} hidden={open}>
        Feedback
    </Typography>
</ListItem>