Embed HTML Canvas script to React

So I have a Canvas Vanilla JS Tower Defence Game. I have a basic files like

game.js
game.html
game.css

I am trying to embed it to a newly created component in React. This component doesn’t have anything right now. I just need the game to be displayed in my already developed react app. Does anyone know how it can be done?