I need to integrate Razorpay code into my NextJS website, but it's currently in pure HTML format. For example, the code looks like this:
<form><script src="https://cdn.razorpay.com/static/widget/subscription-button.js" data-subscription_button_id="pl_I3alndvIjA9dQW" data-button_theme="brand-color" async> </script> </form>
What is the best way to include this code in a JSX or TSX file in NextJS?