JSFiddle - React, Tailwind, and code Playground

by klaascuvelier

HTML

<code>
    // just a comment for some testing: d
</code>

CSS

@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Code Pro'), local('SourceCodePro-Regular'), url(http://themes.googleusercontent.com/static/fonts/sourcecodepro/v4/mrl8jkM18OlOQN8JLgasDzLXPPWpYIJRcQ99gLLWTOQ.woff) format('woff');
}

code {
    font-family: "Source Code Pro";
}