How can I create this type of online playground?

Hello! I am currently working on a programming language and I wish to allow people to run code snippets from the web.

I noticed that languages like Dart, V etc have a neat text editor that allows users to type in code snippets.

I want build something for myself as well. But I cant seem to understand the HTML and CSS behind such text editor.

Any resource/suggestion on building this type of text editor will be really appreciated.

https://play.vosca.dev/
V Playground
Place where you can run, edit and share V code online.
V Playground: Run, Edit, Share V Code Online
Was this page helpful?