JSFiddle - React, Tailwind, and code Playground

by emilsjolander

HTML

<div style="width: 500px; height: 500px; background-color: white;">
</div>

CSS

div, span {
  box-sizing: border-box;
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-shrink: 0;
  align-content: flex-start;

  border: 0 solid black;
  margin: 0;
  padding: 0;
  min-width: 0;
}