Sentence Similarity model in JavaScript based web apps

I want to use a Sentence Similarity model, that can compare and return a score of the semantic similarity between two sentences(strings) in a ReactJS web application.
Is this possible by using Hugging Face? All I can see is Hugging Face demos in Python.
How can I make use of Hugging Face models in ReactJS apps? Any good resources to refer to or start with?