JSFiddle - React, Tailwind, and code Playground

by Alex Cowan

HTML

<div class="grey-box">
  Lorem ipsum
</div>

CSS

.grey-box {
    background-color: #e0e0e0; /* grey 300 */
    width: 320px;
    height: 240px;
    font: 900 24px Georgia;
}