I'm trying to add the following script
<script src="//ad.lomadee.com/banners/script.js?sourceId=37645311&dimension=27&height=90&width=970&method=0" type="text/javascript" language="javascript"></script>
As this is an advertising script, I need to include it in several places in my app. For that reason, I'm not putting it in the HTML.
I would like to create a react component that can be called multiple times in different places.