Virtual DOM
Virtual DOM class inside vdom.js file.
<html>
<body>
<div>
<p>
My name is
<span>
Arjunan K
</span>
</p>
</div>
</body>
</html>