JSFiddle - React, Tailwind, and code Playground
HTML
<script src="https://unpkg.com/http-vue-loader"></script>
<div id="vue">
<hello></hello>
<div class="greeting">
If the above text is large, and this text is small, it means scoped CSS is working.
</div>
</div>
Vue
Vue.component('hello', httpVueLoader('https://gist.githubusercontent.com/Herteby/fa4ca1e3572429775480908f9884301f/raw/cf0dac5f4159dceb58511014a6dba32a1d8227fa/test.vue'))
console.log(httpVueLoader)
new Vue({
el:'#vue'
})