JSFiddle - React, Tailwind, and code Playground
by karlovac
HTML
<div id="myText">
Here is some text to compare across Firefox, IE and Chrome. The text is Arial at medium size.
</div>
CSS
#myText {
width: 200px;
height: 200px;
font-family: Arial;
font-size: medium;
line-height: 1.33333;
color: rgb(0,0,0);
}