JSFiddle - React, Tailwind, and code Playground

by Mariagrazia_Lunghi

HTML

<div></div>

CSS

div{
 height:100px;
 width:100px;
 padding:30px;
 background:red;
 box-sizing:border-box;   
}