JSFiddle - React, Tailwind, and code Playground

CSS

$font_stack: Helvetica, sans-serif;
$primary_color: #009ac8;

body {
	font-family: $font_stack;
	color: $primary_color;
}