JSFiddle - React, Tailwind, and code Playground

by teneff

HTML

<div id="screen">
    <div class="screen"></div>
</div>

CSS

#screen {
    width: 300px;
    height: 300px;
    border: 1px solid #ccc;
    margin: 30px auto;
}