Get your own Vue server
App.vue
CompOne.vue
CompTwo.vue
main.js
 
<template>
    <p>This p-tag belongs to 'CompOne.vue'</p>
</template>

<script></script>

<style scoped>
    p {
        background-color: pink;
        width: 150px;
    }
</style>                  
http://localhost:5173/