just like the other answer: use the npm package: material-symbols
inside globals.css file:
@import "tailwindcss";
@import "material-symbols"; /* <-- add this line */
somewhere in your project:
<span className="material-symbols-outlined" style={{ fontSize: 32 }}>thumb_up</span>