JSFiddle - React, Tailwind, and code Playground

by HemalathaThanigaivel

HTML

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200"/>

<html>
 <body>
 <div style="display: flex; align-items: center;">
   <h5> Customers</h5>
    <span class="material-symbols-outlined">
        help
     </span>
  </div>
 
 <h5>
 hi<span>hello</span>
 </h5>
  
</body>
</html>