JSFiddle - React, Tailwind, and code Playground by drublic November 02, 2011 CSS @mixin a($color) { background: $color; } body { @include a(#aaa); }