Default Component - Copy this React, Tailwind Component to your project
{"data":[{"open":{"openPositionDataCount":3,"openPositionWinCount":0,"openPositionLossCount":3,"openPositionWinLossRatioPer":"0.00"},"closed":{"closedPositionDataCount":2,"closedPositionWinCount":1,"closedPositionLossCount":1,"closedPositionWinLossRatioPer":"1.00"},"total":{"totalCountOpenClosed":5,"totalWinOpenClosed":1,"totalLossOpenClosed":4,"totalWinLossOpenClosedRatio":"0.20"}},{"open":{"openNetProfit":-311624.64,"openWinAmount":0,"openLossAmount":-311624.64,"openAvgWin":0,"openAvgLoss":"-103874.88","RRROpen":"0.00"},"close":{"closeNetProfit":6600,"closeWinAmount":12600,"closeLossAmount":-6000,"closeAvgWin":"12600.00","closeAvgLoss":"0.00","RRRclose":100},"total":{"totalNetProfit":-305024.64,"totalWinAmount":12600,"totalLossAmount":-317624.64,"totalAverageWin":"12600.00","totalAverageLoss":"-79406.16","RRR":"0.16"}}],"Status":"Success"} This is my data format. Here give me that total to WLR as one table and Net Profit to RRR second table. Make it as differentiat
