I'm trying to add a script tag in React,
<script src='https://squareup.com/appointments/buyer/widget/40tyyrjazxhd8u/B4GN8P3Q0N0Y8.js'></script>
,
that contains a widget from an online booking site, how would I be able to add it in React?
Thank you !