1 2 3 4 5 6 7 8
<template> <div class="text-yellow-500 bg-stone-700"> Testing </div> </template> <script setup lang="ts"> </script>