/home/brandsfa/.trash/vendor.1/nunomaduro/termwind/src/Components/Div.php
<?php

declare(strict_types=1);

namespace Termwind\Components;

final class Div extends Element
{
    protected static array $defaultStyles = ['block'];
}
/* CSS comment in PHP: body { color: red; } */