JSFiddle - React, Tailwind, and code Playground

by metulev

HTML

<script src="https://unpkg.com/@microsoft/mgt@next/dist/bundle/mgt-loader.js"></script>

<mgt-mock-provider></mgt-mock-provider>

<mgt-login></mgt-login>

CSS

mgt-login {
        --button-color: pink;
        --button-background-color--hover: red;
        --button-color--hover: green;
      }