JSFiddle - React, Tailwind, and code Playground

by qhoc

HTML

<div class="buttons-arrow">lorem ipsum</div>

CSS

.buttons-arrow {
    width: 30px;
    height: 45px;
    margin-left: 150px;
  }

  .buttons-arrow:before {
    background-image: url(http://placekitten.com/500/500/);
    display: block;
    content: "";
    height: 27px;
    width: 15px;