Is it possible to remove collection CSS in bulk?

Many of my collections currently have surrounding CSS that I want removed, but there are hundreds of collections so doing it 1 by 1 will take hours. Is it possible to do it in bulk? Currently this collection page has this for it’s description:

<meta charset="utf-8">
<div class="group w-full text-gray-800 dark:text-gray-100 border-b border-black/10 dark:border-gray-900/50 bg-gray-50 dark:bg-[#444654]" data-mce-fragment="1">
<div class="flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-[38rem] xl:max-w-3xl md:py-6 lg:px-0 m-auto" data-mce-fragment="1">
<div class="relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]" data-mce-fragment="1">
<div class="flex flex-grow flex-col gap-3" data-mce-fragment="1">
<div class="min-h-[20px] flex items-start overflow-x-auto whitespace-pre-wrap break-words flex-col gap-4" data-mce-fragment="1">
<div class="markdown prose w-full break-words dark:prose-invert light" data-mce-fragment="1">
<p>Driveshaft sensors, also known as propshaft sensors or driveshaft speed sensors, are components that monitor the rotational speed & position of the driveshaft. The driveshaft connects the transmission or transfer case to the differential, transferring power from the engine to the wheels. The driveshaft sensor uses magnetic or Hall effect technology to detect the movement of teeth or notches on the driveshaft. It sends signals to the vehicle's engine control unit (ECU) or transmission control unit (TCU), providing important data for various functions such as traction control, stability control, & anti-lock braking systems. By accurately measuring the driveshaft speed, these sensors help ensure optimal performance & safety of the vehicle. If a driveshaft sensor fails or malfunctions, it can lead to issues like loss of traction control or improper functioning of the stability control system. Regular inspection & maintenance of driveshaft sensors are crucial to detect any potential problems & ensure the smooth operation of the vehicle.</p>
</div>
</div>
</div>
</div>
</div>
</div>

But I want it changed to:

<p>Driveshaft sensors, also known as propshaft sensors or driveshaft speed sensors, are components that monitor the rotational speed & position of the driveshaft. The driveshaft connects the transmission or transfer case to the differential, transferring power from the engine to the wheels. The driveshaft sensor uses magnetic or Hall effect technology to detect the movement of teeth or notches on the driveshaft. It sends signals to the vehicle's engine control unit (ECU) or transmission control unit (TCU), providing important data for various functions such as traction control, stability control, & anti-lock braking systems. By accurately measuring the driveshaft speed, these sensors help ensure optimal performance & safety of the vehicle. If a driveshaft sensor fails or malfunctions, it can lead to issues like loss of traction control or improper functioning of the stability control system. Regular inspection & maintenance of driveshaft sensors are crucial to detect any potential problems & ensure the smooth operation of the vehicle.</p>