How to change the height of only select rows in Antd table?

I’m using Antd with React. I also have tailwind css in the project.
In the dataSource of <Table/>, I’m giving items where where some of them contain the key is_special. I want to reduce/set a different height to those rows with the keys is_special.