JSFiddle - React, Tailwind, and code Playground

by Margus Martsepp

HTML

<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<style type="text/css">
    a {
        color: rgb(121, 122, 122);
        text-decoration: none;
    }
    * {
        font-family: Roboto, Arial, sans-serif !important;
    }
    body {
        color: blue;
    }
    .at-icon {
        -webkit-font-smoothing: antialiased;
        box-sizing: border-box;
        color: rgb(247, 146, 57);
        display: inline;
        font-family: Roboto, sans-serif;
        font-size: 22px;
        font-style: normal;
        font-variant: normal;
        font-weight: bold;
        height: auto;
        line-height: 18px;
        white-space: nowrap;
    }
    TABLE#extincss_0 {
        background-color: rgb(244, 244, 244);
        border-collapse: collapse;
        table-layout: fixed
    }
    TD#top-row {
        background-color: rgb(220, 221, 221)
    }
    TABLE#extincss_2 {
        margin: 0 auto;
        border-collapse: collapse;
        table-layout: fixed
    }
    TD#extincss_3 {
        text-align: right;
        padding-bottom: 4px;
        line-height: 16px;
        font-family: Arial, sans-serif;
        color: rgb(121, 122, 122);
        font-size: 12px;
        font-weight: 300;
        padding-top: 4px
    }
    A#extincss_4 {
        color: rgb(121, 122, 122);
        text-decoration: none
    }
    A#extincss_5 {
        color: rgb(121, 122, 122);
        text-decoration: none
    }
    TABLE#extincss_6 {
        border-collapse: collapse
    }
    TD#logo-row {
        padding-bottom: 17px;
        padding-top: 22px
    }
    TABLE#extincss_8 {
        border-collapse: collapse;
        table-layout: fixed
    }
    TD#logo-cell {
        text-align: left;
        line-height: 22px;
        font-family: Arial, sans-serif;
        color: rgb(26, 26, 26);
        font-size: 16px;
        font-weight: 900
    }
    A#extincss_10 {
        color: rgb(26, 26, 26);
        text-decoration: none
    }
    IMG#logo {
        display: block;
...