JSFiddle - React, Tailwind, and code Playground

by Laura Kishimoto

HTML

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.0.0/normalize.css">
<iframe src="https://jsfiddle.net/chicgeek/4g4rophv/show/"></iframe>

SCSS

body {
    background-color: #333;
}

iframe {
    display: block;
    height: 100vh;
    width: 100vw;
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
    border: 0;
}