JSFiddle - React, Tailwind, and code Playground

by cedric_tarou

HTML

<script src="//code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<link rel="stylesheet" href="//stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js"></script>
<script src="//stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- 
  Bootstrap docs: https://getbootstrap.com/docs
-->

CSS

ul {
  display: flex;
  justify-content: center;
  list-style: none;
  background: #dfdf;
}

li {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 5px;
}

.boy {
  background: blue;
  color: white;
}

.girl {
  background: pink;
}

JavaScript

∑∑∑