JSFiddle - React, Tailwind, and code Playground

by Victor Alekseev

HTML

<div class="a"></div>

CSS

.a{
  width:200px;
  height:100px;
  transform:perspective(250px)rotateY(50deg);
  margin:60px;
  background:url(https://im3-tub-kz.yandex.net/i?id=e31c8ee39f3e2633ff54b23352627a6e&n=33&h=215&w=307);
  background-size:cover;
}