JSFiddle - React, Tailwind, and code Playground

by Mohammed Fellak

HTML

<div class="gallery-card" id="SOME_ID" onclick="ViewSelected(this.id)" style="background-color: rgb(206, 20, 186);">
  <strong class="StrongClass">Carlos Ba</strong>
  <button class="Gallery-Button" onclick="TakeToCardInfo(this.id)" id="SOME_ID">See More..</button>
  <div class="circle" onclick="DeleteRecordAction(this.id)" id="SOME_ID">
    <span class="glyphicon glyphicon-remove icon-sizeB"></span>
  </div>
</div>