JSFiddle - React, Tailwind, and code Playground

HTML

<br><br>
<div>DIV</div><br>
<a>LINK</a><br>
<span>SPAN</span><br>
<b>B B B B </b><br>
<i> I I  I</i><br>
<p>P P P P</p><br>
<tr>TR</tr><br>
<td>TD</td><br>
<th>TH</th><br>
<table>TABLE </table><br>
<h1>H1</h1><br>
<h2>H2</h2><br>
<h3>R3</h3><br>
<h4>H4</h4><br>
<h5>H5</h5><br>

CSS

div,a,span,b,i,p,tr,td,th,table,h1,h2,h3,h4,h5,input{
  display: inline-block;
  color:red;
  transform:perspective(20px) rotateX(45deg);
  transform-origin: center center;
}

aside,fieldset,figure
body,font,footer,header
canvas,html,iframe,label,legend,li
center,main,,nav
code
colgroup
dialog