HTML elements require browser environment to run
and react-native requires the native component to load on the respective native platform so you can't use HTML elements directly in react-native app.
I have looked at your provided URL and it requires browser environment so you can't use it but here is a replacement for this component is react-native
https://github.com/jeremybarbet/react-native-modalize
You can use JS logic for making calculations you but can't use UI So you have to use native component plus CSS that you have, It requires small changes too or you can use Styled-component if you don't want to make many changes with CSS
https://styled-components.com/docs/basics#react-native