JSFiddle - React, Tailwind, and code Playground

by CntChen

HTML

<div style="background-color:rgba(220,220,50,1);width:10px;height:20px;"></div>
    <div style="background-color:rgba(170,220,200,1);width:10px;height:20px;"></div>
    <div style="background-color:rgba(50,220,220,1);width:10px;height:20px;"></div>
    <div style="background-color:rgba(220,50,220,1);width:10px;height:20px;"></div>
    <div style="background-color:rgba(180,190,100,1);width:10px;height:20px;"></div>
    <div style="background-color:rgba(220,100,170,1);width:10px;height:20px;"></div>
    <div style="background-color:rgba(170,220,100,1);width:10px;height:20px;"></div>
    <div style="background-color:rgba(200,170,220,1);width:10px;height:20px;"></div>
    <div style="background-color:rgba(220,200,170,1);width:10px;height:20px;"></div>
    <div style="background-color:rgba(10,220,220,1);width:10px;height:20px;"></div>