export function PaddingXUtils() {

    return (
        <div className="k-px-10 k-bg-primary k-text-white">k-px-10</div>
    );
}
