JSFiddle - React, Tailwind, and code Playground

by Kawaljit Singh

HTML

<div class="fruits">
I have a Banana.
I have a Apple.
I have a Cherry.
</div>

JavaScript

var text = document.querySelector('.fruits').innerText;
console.log(text.split('.').splice(-1))