JSFiddle - React, Tailwind, and code Playground

HTML

<div>
    Love for all, hatred for none!
</div>

CSS

div {
    border: 10px solid #333;
    padding 10px;
    max-width: 200px;
    min-width: 200px;
    width: 1200px;
}