I want to make the append inside tr / td. or just to make border like in the picture. + yellow text. How to do it please?
https://i.gyazo.com/562b6590756292ce40134f9bd1cb5ca6.png
http://jsfiddle.net/3Lqsx/7468/
$(".aprovadas").append("COLOR_ME");
$(".aprovadas").append("<br>");
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<div class="aprovadas"></div>