JSFiddle - React, Tailwind, and code Playground

HTML

<base href="https://polygit.org/polymer+:v1.1.0/components/">
<link rel="import" href="polymer/polymer.html">
<link rel="import" href="paper-input/paper-input.html">
<link rel="import" href="iron-input/iron-input.html">

  
    <div>Body is black, not grey.</div>
   
<paper-input type="date" label="date">
  
</paper-input>

JavaScript

Polymer({
  is: 'x-foo',
  properties: {
  },
  ready: function() {
  },
});