Import 3rd party js from script tag
I am trying to integrate the Stripe pricing table. The instructs say to add this to my HTML
<script async src="https://js.stripe.com/v3/pricing-table.js"></script>. What is the best way to do this in SolidJS?