JSFiddle - React, Tailwind, and code Playground

by gryzzly

HTML

<wcc-footer>
  <template shadowroot="open">
    <style>
      .footer {
        color: white;
        background-color: #192a27;
      }
    </style>

    <footer class="footer">
      <h4>My Blog &copy; 2022</h4>
    </footer>
  </template>
</wcc-footer>