JSFiddle - React, Tailwind, and code Playground

by kyllle

HTML

<div id="container">
    <p>This is the content</p>
</div>

CSS

body{margin:20px;}
#container{max-width:300px; width:99.33%; height:300px; background:#dedede; border: 1px solid #f00}