JSFiddle - React, Tailwind, and code Playground

by drublic

CSS

@mixin a($color) {
    background: $color;
}


body {
    @include a(#aaa);
}