JSFiddle - React, Tailwind, and code Playground

by Robert Tome

HTML

<h3>Trečiojo lygio antraštė</h3>

<p>Naujas pastraipų stilius.</p>

CSS

h3 {
    color:red;
    font-size:20px;
    font-family:verdana
}
p {
    color:white;
    background:blue;
    font-family:helvetica;
    text-indent:1cm
}