JSFiddle - React, Tailwind, and code Playground

by Arko

HTML

<script src="http://fonts.googleapis.com/css?family=Pathway+Gothic+One"></script>
<div>
    <img src="">
    <p>Don't leave this page while uploads are in progress.</p>
</div>

CSS

body {
    background-color: #222;
    color: white;
    font-family: 'Pathway Gothic One', sans-serif;
}