JSFiddle - React, Tailwind, and code Playground

by hbmaam hbmaam

HTML

<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<div class="container">
  <div class="">

    <div class="number col"> </div>
    <div class="number col"> </div>

    
    
  </div>
</div>

CSS

.number 
{
  width: 30px;
  height: 30px;
  background-color: gray;
  
}