JSFiddle - React, Tailwind, and code Playground

by ckissi

HTML

<html>
    <head>
      <style>
        body {
          width: 300px;
          height: 200px;
        }
      </style>
    </head>
    <body>
       <div style="display:flex">
         <div style="background-color: red; width: 32px; height:32px; display:inline-block; border-radius: 50%"></div>
         <div style="align-self:center; margin-left: 10px">
            #154727
         </div> 
       </div>       
    </body
  </html>