When having code blocks that have '$' in them the CLI run breaks and causes unexpected output in the html file.
use Filament\Forms\Components\TextInput;
TextInput::make('cost')->mask(fn (TextInput\Mask $mask) => $mask->money(prefix: '$', thousandsSeparator: '.', decimalPlaces: 2))
