Well that depends on how/where you have Node-RED set up and whether you have any IoT hardware that will act as a controller. Choices generally are Wi-Fi, Zigbee, Bluetooth and Infra-red. Of which, Wi-Fi is likely to be the easiest and cheapest. There are Wi-Fi compatible controllers out there, some of which might need a little hacking. Others may need a specific custom node.
Sorry, don't have details to hand. Personally, I use a Shelly RGB unit connected to a standard RGB strip. Though that certainly does not control individual segments, only the whole strip.
Do you know if it comes with a power-supply as I can't see one in the photo and it is not listed in the "what's in the box" description? The spec at the end of the description says it needs a 24V power supply.
ZWave RGB Controllers are also an option, and can be controlled directly within Node RED.
but these controllers are usually boilerplate, and you need to supply a voltage, and the strip of LED's of course. Both Zigbee and ZWave will usually require some electrical work.
I have a user that uses a ZWave RGB controller, to actually control 3 sets of strips, and using the RGB values as brightness levels for each strip.
Do you know if it comes with a power-supply as I can't see one in the photo and it is not listed in the "what's in the box" description? The spec at the end of the description says it needs a 24V power supply.
Sorry, that was the wrong link, here is the right one with WiFi:
UPDATE 28.3.23:
I finally received the light strip and immediately got it set up in NodeRed (using the UDP out node and some inject nodes for testing, later I updated my dashboard to control it). It is very bright on 100% brightness, and it also has a warm white setting that is very close to (almost the same as) the warm white on my Phillips Hue Lights.
I used the new LAN API from Govee, which has to be enabled if you want to use my flow.
Note that it currently is "write-only", because I didn't have time to implement the status query, so if you change the light from e.g the Govee Home App, the dashboard won't reflect that change.
I'll try and implement it these days.