JSFiddle - React, Tailwind, and code Playground

by Trufa

HTML

<html>
  <head>
    <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Tangerine">
  </head>
  <body>
    <h1>Making the Web Beautiful!</h1>
  </body>
</html>

CSS

body {
  font-family: 'Tangerine', serif;
  font-size: 48px;
    color:#fff;
  text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}