JSFiddle - React, Tailwind, and code Playground
by mgiuffrida
HTML
<base href="https://polygit.org/polymer+:master/*+:master/components/">
<link rel="import" href="polymer/polymer.html">
<dom-module id="x-foo">
<template>
<style>
* { color: red; }
</style>
red
</template>
</dom-module>
<x-foo></x-foo>
JavaScript
Polymer({is: 'x-foo'});