JSFiddle - React, Tailwind, and code Playground

by Annemarie Köhler

HTML

<div class="table">
  <div class="newly-created">1</div>
  <div class="newly-created">2</div>
  <div class="newly-created">3</div>
</div>

CSS

.newly-created:last-child {
  color: red;
}