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>3</div>
</div>

CSS

div div:last-child {
  color: red;
}