Hello there, I am using 3 different embeds for my website:

 <a
                         class="twitter-timeline"
                         data-lang="en"
                         data-height="1000"
                         data-theme="dark"
                         href="https://twitter.com/Mojang?ref_src=twsrc%5Etfw"
                    >
                         Tweet-uri by Mojang
                    </a>{" "}
                    <a
                         class="twitter-timeline"
                         data-lang="en"
                         data-height="1000"
                         data-theme="dark"
                         href="https://twitter.com/_FiveM?ref_src=twsrc%5Etfw"
                    >
                         Tweet-uri by FiveM
                    </a>{" "}
                    <a
                         class="twitter-timeline"
                         data-height="1000"
                         data-lang="en"
                         data-theme="dark"
                         href="https://twitter.com/CSGO?ref_src=twsrc%5Etfw"
                    >
                         Tweet-uri by CSGO
                    </a>{" "}

I am currently using a ReactJS App however I have also tried it with Vanilla HTML! For some reason, this does not seem to render! Please help me out if you can

Hello! You will need to embed our javascript so that it can turn those links into Twitter timelines. Let me know if you have further questions!